Html Css Color HEX #755D52 Dorado

📋 copy color: '#755D52'

red 117 ◦ green 93 ◦ blue 82

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

Shades of Dorado #755D52

Tints of Dorado #755D52

RGB

 RED value IS 117 (46.09% from 255) = 40.07%

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 40.07%
G = 31.85%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#755D52 (or 0x755D52) is known color: Dorado. HEX triplet: 75, 5D and 52. RGB value is (117,93,82). Sum of RGB (Red+Green+Blue) = 117+93+82=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #755D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D52 is #8AA2AD. Grayscale: #626262. Windows color (decimal): -9085614 or 5397877. OLE color: 5397877.

HSL color Cylindrical-coordinate representation of color #755D52: hue angle of 18.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755D52 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 82 -
CMYK 0 0.21 0.30 0.54
HSL 18.86º 0.18% 0.39% -
HSV(B) 18.86º 0.3% 0.46% -
XYZ 12.77 12.22 9.67 -
YUV 98.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 117 93 82 0 0.21 0.30 0.54 18.86 0.18 0.39
Hex 75 5D 52 0 15 1E 36 13 12 27
Octal 165 135 122 0 25 36 66 23 22 47
Binary 1110101 1011101 1010010 0 10101 11110 110110 10011 10010 100111

Color Harmonies of #755D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D52

Black with #755D52

Text Example


Text Example

White with #755D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D52; }

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

 H1.HeaderClassName
 {
   color: #755D52;
 }
 .AnyTagClassName
 {
   color: #755D52;
 }
</style>

background-color css

<style>
 a { background-color: #755D52; }

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

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

border-color css

<style>
 span { border-color: #755D52; }

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

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