Html Css Color HEX #58776A Cutty Sark

📋 copy color: '#58776A'

red 88 ◦ green 119 ◦ blue 106

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

Shades of Cutty Sark #58776A

Tints of Cutty Sark #58776A

RGB

 RED value IS 88 (34.77% from 255) = 28.12%

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

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 28.12%
G = 38.02%
B = 33.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#58776A (or 0x58776A) is known color: Cutty Sark. HEX triplet: 58, 77 and 6A. RGB value is (88,119,106). Sum of RGB (Red+Green+Blue) = 88+119+106=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #58776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58776A is #A78895. Grayscale: #6C6C6C. Windows color (decimal): -10979478 or 6977368. OLE color: 6977368.

HSL color Cylindrical-coordinate representation of color #58776A: hue angle of 154.84º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58776A is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 119 106 -
CMYK 0.26 0 0.11 0.53
HSL 154.84º 0.15% 0.41% -
HSV(B) 154.84º 0.26% 0.47% -
XYZ 13.22 16.31 16.09 -
YUV 108.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 88 119 106 0.26 0 0.11 0.53 154.84 0.15 0.41
Hex 58 77 6A 1A 0 B 35 9B F 29
Octal 130 167 152 32 0 13 65 233 17 51
Binary 1011000 1110111 1101010 11010 0 1011 110101 10011011 1111 101001

Color Harmonies of #58776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58776A

Black with #58776A

Text Example


Text Example

White with #58776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58776A; }

 p { color: rgb(88,119,106); }

 H1.HeaderClassName
 {
   color: #58776A;
 }
 .AnyTagClassName
 {
   color: #58776A;
 }
</style>

background-color css

<style>
 a { background-color: #58776A; }

 a { background-color: rgb(88,119,106); }

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

border-color css

<style>
 span { border-color: #58776A; }

 span { border-color: rgb(88,119,106); }

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