Html Css Color HEX #5D754E Dingley

📋 copy color: '#5D754E'

red 93 ◦ green 117 ◦ blue 78

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

Shades of Dingley #5D754E

Tints of Dingley #5D754E

RGB

 RED value IS 93 (36.72% from 255) = 32.29%

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 32.29%
G = 40.63%
B = 27.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#5D754E (or 0x5D754E) is known color: Dingley. HEX triplet: 5D, 75 and 4E. RGB value is (93,117,78). Sum of RGB (Red+Green+Blue) = 93+117+78=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #5D754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D754E is #A28AB1. Grayscale: #696969. Windows color (decimal): -10652338 or 5141853. OLE color: 5141853.

HSL color Cylindrical-coordinate representation of color #5D754E: hue angle of 96.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D754E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 117 78 -
CMYK 0.21 0 0.33 0.54
HSL 96.92º 0.2% 0.38% -
HSV(B) 96.92º 0.33% 0.46% -
XYZ 12.25 15.6 9.57 -
YUV 105.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 93 117 78 0.21 0 0.33 0.54 96.92 0.2 0.38
Hex 5D 75 4E 15 0 21 36 61 14 26
Octal 135 165 116 25 0 41 66 141 24 46
Binary 1011101 1110101 1001110 10101 0 100001 110110 1100001 10100 100110

Color Harmonies of #5D754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D754E

Black with #5D754E

Text Example


Text Example

White with #5D754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D754E; }

 p { color: rgb(93,117,78); }

 H1.HeaderClassName
 {
   color: #5D754E;
 }
 .AnyTagClassName
 {
   color: #5D754E;
 }
</style>

background-color css

<style>
 a { background-color: #5D754E; }

 a { background-color: rgb(93,117,78); }

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

border-color css

<style>
 span { border-color: #5D754E; }

 span { border-color: rgb(93,117,78); }

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