Html Css Color HEX #58766C Cutty Sark

📋 copy color: '#58766C'

red 88 ◦ green 118 ◦ blue 108

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

Shades of Cutty Sark #58766C

Tints of Cutty Sark #58766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 28.03%
G = 37.58%
B = 34.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#58766C (or 0x58766C) is known color: Cutty Sark. HEX triplet: 58, 76 and 6C. RGB value is (88,118,108). Sum of RGB (Red+Green+Blue) = 88+118+108=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #58766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58766C is #A78993. Grayscale: #6B6B6B. Windows color (decimal): -10979732 or 7108184. OLE color: 7108184.

HSL color Cylindrical-coordinate representation of color #58766C: hue angle of 160º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58766C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 118 108 -
CMYK 0.25 0 0.08 0.54
HSL 160º 0.15% 0.4% -
HSV(B) 160º 0.25% 0.46% -
XYZ 13.21 16.11 16.6 -
YUV 107.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 88 118 108 0.25 0 0.08 0.54 160 0.15 0.4
Hex 58 76 6C 19 0 8 36 A0 F 28
Octal 130 166 154 31 0 10 66 240 17 50
Binary 1011000 1110110 1101100 11001 0 1000 110110 10100000 1111 101000

Color Harmonies of #58766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58766C

Black with #58766C

Text Example


Text Example

White with #58766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,118,108); }

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

background-color css

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

 a { background-color: rgb(88,118,108); }

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

border-color css

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

 span { border-color: rgb(88,118,108); }

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