Html Css Color HEX #767F99 Ship Cove

📋 copy color: '#767F99'

red 118 ◦ green 127 ◦ blue 153

#767F99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #767F99

Tints of Ship Cove #767F99

RGB

 RED value IS 118 (46.48% from 255) = 29.65%

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 29.65%
G = 31.91%
B = 38.44%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#767F99 (or 0x767F99) is known color: Ship Cove. HEX triplet: 76, 7F and 99. RGB value is (118,127,153). Sum of RGB (Red+Green+Blue) = 118+127+153=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #767F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F99 is #898066. Grayscale: #7F7F7F. Windows color (decimal): -9011303 or 10059638. OLE color: 10059638.

HSL color Cylindrical-coordinate representation of color #767F99: hue angle of 224.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767F99 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 127 153 -
CMYK 0.23 0.17 0 0.4
HSL 224.57º 0.15% 0.53% -
HSV(B) 224.57º 0.23% 0.6% -
XYZ 20.81 21.33 33.16 -
YUV 127.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 118 127 153 0.23 0.17 0 0.4 224.57 0.15 0.53
Hex 76 7F 99 17 11 0 28 E1 F 35
Octal 166 177 231 27 21 0 50 341 17 65
Binary 1110110 1111111 10011001 10111 10001 0 101000 11100001 1111 110101

Color Harmonies of #767F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F99

Black with #767F99

Text Example


Text Example

White with #767F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767F99; }

 p { color: rgb(118,127,153); }

 H1.HeaderClassName
 {
   color: #767F99;
 }
 .AnyTagClassName
 {
   color: #767F99;
 }
</style>

background-color css

<style>
 a { background-color: #767F99; }

 a { background-color: rgb(118,127,153); }

 div.DivClassName
 {
   background-color: #767F99;
 }
 .BgClassName
 {
   background-color: #767F99;
 }
</style>

border-color css

<style>
 span { border-color: #767F99; }

 span { border-color: rgb(118,127,153); }

 td.TdClassName
 {
   border-color: #767F99;
 }
 .TagClassName
 {
   border-color: #767F99;
 }
</style>