Html Css Color HEX #71779B Ship Cove

📋 copy color: '#71779B'

red 113 ◦ green 119 ◦ blue 155

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

Shades of Ship Cove #71779B

Tints of Ship Cove #71779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 29.2%
G = 30.75%
B = 40.05%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71779B (or 0x71779B) is known color: Ship Cove. HEX triplet: 71, 77 and 9B. RGB value is (113,119,155). Sum of RGB (Red+Green+Blue) = 113+119+155=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #71779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71779B is #8E8864. Grayscale: #797979. Windows color (decimal): -9341029 or 10188657. OLE color: 10188657.

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

Color convert

RGB 113 119 155 -
CMYK 0.27 0.23 0 0.39
HSL 231.43º 0.17% 0.53% -
HSV(B) 231.43º 0.27% 0.61% -
XYZ 19.32 19.07 33.67 -
YUV 121.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 113 119 155 0.27 0.23 0 0.39 231.43 0.17 0.53
Hex 71 77 9B 1B 17 0 27 E7 11 35
Octal 161 167 233 33 27 0 47 347 21 65
Binary 1110001 1110111 10011011 11011 10111 0 100111 11100111 10001 110101

Color Harmonies of #71779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71779B

Black with #71779B

Text Example


Text Example

White with #71779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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