Html Css Color HEX #76829E Ship Cove

📋 copy color: '#76829E'

red 118 ◦ green 130 ◦ blue 158

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

Shades of Ship Cove #76829E

Tints of Ship Cove #76829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 29.06%
G = 32.02%
B = 38.92%

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

#76829E (or 0x76829E) is known color: Ship Cove. HEX triplet: 76, 82 and 9E. RGB value is (118,130,158). Sum of RGB (Red+Green+Blue) = 118+130+158=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #76829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76829E is #897D61. Grayscale: #818181. Windows color (decimal): -9010530 or 10388086. OLE color: 10388086.

HSL color Cylindrical-coordinate representation of color #76829E: hue angle of 222º 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 #76829E is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 130 158 -
CMYK 0.25 0.18 0 0.38
HSL 222º 0.17% 0.54% -
HSV(B) 222º 0.25% 0.62% -
XYZ 21.63 22.29 35.51 -
YUV 129.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 118 130 158 0.25 0.18 0 0.38 222 0.17 0.54
Hex 76 82 9E 19 12 0 26 DE 11 36
Octal 166 202 236 31 22 0 46 336 21 66
Binary 1110110 10000010 10011110 11001 10010 0 100110 11011110 10001 110110

Color Harmonies of #76829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76829E

Black with #76829E

Text Example


Text Example

White with #76829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76829E; }

 p { color: rgb(118,130,158); }

 H1.HeaderClassName
 {
   color: #76829E;
 }
 .AnyTagClassName
 {
   color: #76829E;
 }
</style>

background-color css

<style>
 a { background-color: #76829E; }

 a { background-color: rgb(118,130,158); }

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

border-color css

<style>
 span { border-color: #76829E; }

 span { border-color: rgb(118,130,158); }

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