Html Css Color HEX #76799C Ship Cove

📋 copy color: '#76799C'

red 118 ◦ green 121 ◦ blue 156

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

Shades of Ship Cove #76799C

Tints of Ship Cove #76799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 29.87%
G = 30.63%
B = 39.49%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76799C (or 0x76799C) is known color: Ship Cove. HEX triplet: 76, 79 and 9C. RGB value is (118,121,156). Sum of RGB (Red+Green+Blue) = 118+121+156=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #76799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76799C is #898663. Grayscale: #7B7B7B. Windows color (decimal): -9012836 or 10254710. OLE color: 10254710.

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

Color convert

RGB 118 121 156 -
CMYK 0.24 0.22 0 0.39
HSL 235.26º 0.16% 0.54% -
HSV(B) 235.26º 0.24% 0.61% -
XYZ 20.31 19.93 34.23 -
YUV 124.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 118 121 156 0.24 0.22 0 0.39 235.26 0.16 0.54
Hex 76 79 9C 18 16 0 27 EB 10 36
Octal 166 171 234 30 26 0 47 353 20 66
Binary 1110110 1111001 10011100 11000 10110 0 100111 11101011 10000 110110

Color Harmonies of #76799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76799C

Black with #76799C

Text Example


Text Example

White with #76799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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