Html Css Color HEX #76819D Ship Cove

📋 copy color: '#76819D'

red 118 ◦ green 129 ◦ blue 157

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

Shades of Ship Cove #76819D

Tints of Ship Cove #76819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

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

R = 29.21%
G = 31.93%
B = 38.86%

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

#76819D (or 0x76819D) is known color: Ship Cove. HEX triplet: 76, 81 and 9D. RGB value is (118,129,157). Sum of RGB (Red+Green+Blue) = 118+129+157=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #76819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76819D is #897E62. Grayscale: #808080. Windows color (decimal): -9010787 or 10322294. OLE color: 10322294.

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

Color convert

RGB 118 129 157 -
CMYK 0.25 0.18 0 0.38
HSL 223.08º 0.17% 0.54% -
HSV(B) 223.08º 0.25% 0.62% -
XYZ 21.41 21.99 35.01 -
YUV 128.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 118 129 157 0.25 0.18 0 0.38 223.08 0.17 0.54
Hex 76 81 9D 19 12 0 26 DF 11 36
Octal 166 201 235 31 22 0 46 337 21 66
Binary 1110110 10000001 10011101 11001 10010 0 100110 11011111 10001 110110

Color Harmonies of #76819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76819D

Black with #76819D

Text Example


Text Example

White with #76819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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