Html Css Color HEX #767B9C Ship Cove

📋 copy color: '#767B9C'

red 118 ◦ green 123 ◦ blue 156

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

Shades of Ship Cove #767B9C

Tints of Ship Cove #767B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 29.72%
G = 30.98%
B = 39.29%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#767B9C (or 0x767B9C) is known color: Ship Cove. HEX triplet: 76, 7B and 9C. RGB value is (118,123,156). Sum of RGB (Red+Green+Blue) = 118+123+156=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #767B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B9C is #898463. Grayscale: #7D7D7D. Windows color (decimal): -9012324 or 10255222. OLE color: 10255222.

HSL color Cylindrical-coordinate representation of color #767B9C: hue angle of 232.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767B9C is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 123 156 -
CMYK 0.24 0.21 0 0.39
HSL 232.11º 0.16% 0.54% -
HSV(B) 232.11º 0.24% 0.61% -
XYZ 20.55 20.42 34.31 -
YUV 125.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 118 123 156 0.24 0.21 0 0.39 232.11 0.16 0.54
Hex 76 7B 9C 18 15 0 27 E8 10 36
Octal 166 173 234 30 25 0 47 350 20 66
Binary 1110110 1111011 10011100 11000 10101 0 100111 11101000 10000 110110

Color Harmonies of #767B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B9C

Black with #767B9C

Text Example


Text Example

White with #767B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,123,156); }

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

background-color css

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

 a { background-color: rgb(118,123,156); }

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

border-color css

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

 span { border-color: rgb(118,123,156); }

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