Html Css Color HEX #76839D Ship Cove

📋 copy color: '#76839D'

red 118 ◦ green 131 ◦ blue 157

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

Shades of Ship Cove #76839D

Tints of Ship Cove #76839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 29.06%
G = 32.27%
B = 38.67%

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

#76839D (or 0x76839D) is known color: Ship Cove. HEX triplet: 76, 83 and 9D. RGB value is (118,131,157). Sum of RGB (Red+Green+Blue) = 118+131+157=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #76839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76839D is #897C62. Grayscale: #818181. Windows color (decimal): -9010275 or 10322806. OLE color: 10322806.

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

Color convert

RGB 118 131 157 -
CMYK 0.25 0.17 0 0.38
HSL 220º 0.17% 0.54% -
HSV(B) 220º 0.25% 0.62% -
XYZ 21.67 22.52 35.1 -
YUV 130.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 118 131 157 0.25 0.17 0 0.38 220 0.17 0.54
Hex 76 83 9D 19 11 0 26 DC 11 36
Octal 166 203 235 31 21 0 46 334 21 66
Binary 1110110 10000011 10011101 11001 10001 0 100110 11011100 10001 110110

Color Harmonies of #76839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76839D

Black with #76839D

Text Example


Text Example

White with #76839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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