Html Css Color HEX #76829D Ship Cove

📋 copy color: '#76829D'

red 118 ◦ green 130 ◦ blue 157

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

Shades of Ship Cove #76829D

Tints of Ship Cove #76829D

RGB

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

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

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

R = 29.14%
G = 32.1%
B = 38.77%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76829D (or 0x76829D) is known color: Ship Cove. HEX triplet: 76, 82 and 9D. RGB value is (118,130,157). Sum of RGB (Red+Green+Blue) = 118+130+157=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #76829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76829D is #897D62. Grayscale: #818181. Windows color (decimal): -9010531 or 10322550. OLE color: 10322550.

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

Color convert

RGB 118 130 157 -
CMYK 0.25 0.17 0 0.38
HSL 221.54º 0.17% 0.54% -
HSV(B) 221.54º 0.25% 0.62% -
XYZ 21.54 22.25 35.06 -
YUV 129.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 118 130 157 0.25 0.17 0 0.38 221.54 0.17 0.54
Hex 76 82 9D 19 11 0 26 DE 11 36
Octal 166 202 235 31 21 0 46 336 21 66
Binary 1110110 10000010 10011101 11001 10001 0 100110 11011110 10001 110110

Color Harmonies of #76829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76829D

Black with #76829D

Text Example


Text Example

White with #76829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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