Html Css Color HEX #71779C Ship Cove

📋 copy color: '#71779C'

red 113 ◦ green 119 ◦ blue 156

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

Shades of Ship Cove #71779C

Tints of Ship Cove #71779C

RGB

 RED value IS 113 (44.53% from 255) = 29.12%

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 29.12%
G = 30.67%
B = 40.21%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71779C (or 0x71779C) is known color: Ship Cove. HEX triplet: 71, 77 and 9C. RGB value is (113,119,156). Sum of RGB (Red+Green+Blue) = 113+119+156=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #71779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71779C is #8E8863. Grayscale: #797979. Windows color (decimal): -9341028 or 10254193. OLE color: 10254193.

HSL color Cylindrical-coordinate representation of color #71779C: hue angle of 231.63º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71779C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 119 156 -
CMYK 0.28 0.24 0 0.39
HSL 231.63º 0.18% 0.53% -
HSV(B) 231.63º 0.28% 0.61% -
XYZ 19.41 19.1 34.12 -
YUV 121.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 113 119 156 0.28 0.24 0 0.39 231.63 0.18 0.53
Hex 71 77 9C 1C 18 0 27 E8 12 35
Octal 161 167 234 34 30 0 47 350 22 65
Binary 1110001 1110111 10011100 11100 11000 0 100111 11101000 10010 110101

Color Harmonies of #71779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71779C

Black with #71779C

Text Example


Text Example

White with #71779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71779C; }

 p { color: rgb(113,119,156); }

 H1.HeaderClassName
 {
   color: #71779C;
 }
 .AnyTagClassName
 {
   color: #71779C;
 }
</style>

background-color css

<style>
 a { background-color: #71779C; }

 a { background-color: rgb(113,119,156); }

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

border-color css

<style>
 span { border-color: #71779C; }

 span { border-color: rgb(113,119,156); }

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