Html Css Color HEX #76809D Ship Cove

📋 copy color: '#76809D'

red 118 ◦ green 128 ◦ blue 157

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

Shades of Ship Cove #76809D

Tints of Ship Cove #76809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 29.28%
G = 31.76%
B = 38.96%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76809D (or 0x76809D) is known color: Ship Cove. HEX triplet: 76, 80 and 9D. RGB value is (118,128,157). Sum of RGB (Red+Green+Blue) = 118+128+157=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #76809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76809D is #897F62. Grayscale: #808080. Windows color (decimal): -9011043 or 10322038. OLE color: 10322038.

HSL color Cylindrical-coordinate representation of color #76809D: hue angle of 224.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76809D is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 128 157 -
CMYK 0.25 0.18 0 0.38
HSL 224.62º 0.17% 0.54% -
HSV(B) 224.62º 0.25% 0.62% -
XYZ 21.28 21.72 34.97 -
YUV 128.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 118 128 157 0.25 0.18 0 0.38 224.62 0.17 0.54
Hex 76 80 9D 19 12 0 26 E1 11 36
Octal 166 200 235 31 22 0 46 341 21 66
Binary 1110110 10000000 10011101 11001 10010 0 100110 11100001 10001 110110

Color Harmonies of #76809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76809D

Black with #76809D

Text Example


Text Example

White with #76809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76809D; }

 p { color: rgb(118,128,157); }

 H1.HeaderClassName
 {
   color: #76809D;
 }
 .AnyTagClassName
 {
   color: #76809D;
 }
</style>

background-color css

<style>
 a { background-color: #76809D; }

 a { background-color: rgb(118,128,157); }

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

border-color css

<style>
 span { border-color: #76809D; }

 span { border-color: rgb(118,128,157); }

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