Html Css Color HEX #76809A Ship Cove

📋 copy color: '#76809A'

red 118 ◦ green 128 ◦ blue 154

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

Shades of Ship Cove #76809A

Tints of Ship Cove #76809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 29.5%
G = 32%
B = 38.5%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76809A (or 0x76809A) is known color: Ship Cove. HEX triplet: 76, 80 and 9A. RGB value is (118,128,154). Sum of RGB (Red+Green+Blue) = 118+128+154=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #76809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76809A is #897F65. Grayscale: #7F7F7F. Windows color (decimal): -9011046 or 10125430. OLE color: 10125430.

HSL color Cylindrical-coordinate representation of color #76809A: hue angle of 223.33º 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 #76809A is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 128 154 -
CMYK 0.23 0.17 0 0.40
HSL 223.33º 0.15% 0.53% -
HSV(B) 223.33º 0.23% 0.6% -
XYZ 21.02 21.62 33.64 -
YUV 127.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 118 128 154 0.23 0.17 0 0.40 223.33 0.15 0.53
Hex 76 80 9A 17 11 0 28 DF F 35
Octal 166 200 232 27 21 0 50 337 17 65
Binary 1110110 10000000 10011010 10111 10001 0 101000 11011111 1111 110101

Color Harmonies of #76809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76809A

Black with #76809A

Text Example


Text Example

White with #76809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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