Html Css Color HEX #58766D Cutty Sark

📋 copy color: '#58766D'

red 88 ◦ green 118 ◦ blue 109

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

Shades of Cutty Sark #58766D

Tints of Cutty Sark #58766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 27.94%
G = 37.46%
B = 34.6%

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

#58766D (or 0x58766D) is known color: Cutty Sark. HEX triplet: 58, 76 and 6D. RGB value is (88,118,109). Sum of RGB (Red+Green+Blue) = 88+118+109=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #58766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58766D is #A78992. Grayscale: #6C6C6C. Windows color (decimal): -10979731 or 7173720. OLE color: 7173720.

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

Color convert

RGB 88 118 109 -
CMYK 0.25 0 0.08 0.54
HSL 162º 0.15% 0.4% -
HSV(B) 162º 0.25% 0.46% -
XYZ 13.26 16.14 16.88 -
YUV 108 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 88 118 109 0.25 0 0.08 0.54 162 0.15 0.4
Hex 58 76 6D 19 0 8 36 A2 F 28
Octal 130 166 155 31 0 10 66 242 17 50
Binary 1011000 1110110 1101101 11001 0 1000 110110 10100010 1111 101000

Color Harmonies of #58766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58766D

Black with #58766D

Text Example


Text Example

White with #58766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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