Html Css Color HEX #76789C Ship Cove

📋 copy color: '#76789C'

red 118 ◦ green 120 ◦ blue 156

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

Shades of Ship Cove #76789C

Tints of Ship Cove #76789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

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

R = 29.95%
G = 30.46%
B = 39.59%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76789C (or 0x76789C) is known color: Ship Cove. HEX triplet: 76, 78 and 9C. RGB value is (118,120,156). Sum of RGB (Red+Green+Blue) = 118+120+156=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #76789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76789C is #898763. Grayscale: #7B7B7B. Windows color (decimal): -9013092 or 10254454. OLE color: 10254454.

HSL color Cylindrical-coordinate representation of color #76789C: hue angle of 236.84º 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 #76789C is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 120 156 -
CMYK 0.24 0.23 0 0.39
HSL 236.84º 0.16% 0.54% -
HSV(B) 236.84º 0.24% 0.61% -
XYZ 20.19 19.68 34.19 -
YUV 123.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 118 120 156 0.24 0.23 0 0.39 236.84 0.16 0.54
Hex 76 78 9C 18 17 0 27 ED 10 36
Octal 166 170 234 30 27 0 47 355 20 66
Binary 1110110 1111000 10011100 11000 10111 0 100111 11101101 10000 110110

Color Harmonies of #76789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76789C

Black with #76789C

Text Example


Text Example

White with #76789C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76789C; }

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

 H1.HeaderClassName
 {
   color: #76789C;
 }
 .AnyTagClassName
 {
   color: #76789C;
 }
</style>

background-color css

<style>
 a { background-color: #76789C; }

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

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

border-color css

<style>
 span { border-color: #76789C; }

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

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