Html Css Color HEX #755C52 Dorado

📋 copy color: '#755C52'

red 117 ◦ green 92 ◦ blue 82

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

Shades of Dorado #755C52

Tints of Dorado #755C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 40.21%
G = 31.62%
B = 28.18%

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

#755C52 (or 0x755C52) is known color: Dorado. HEX triplet: 75, 5C and 52. RGB value is (117,92,82). Sum of RGB (Red+Green+Blue) = 117+92+82=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C52 is #8AA3AD. Grayscale: #626262. Windows color (decimal): -9085870 or 5397621. OLE color: 5397621.

HSL color Cylindrical-coordinate representation of color #755C52: hue angle of 17.14º 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 #755C52 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 82 -
CMYK 0 0.21 0.30 0.54
HSL 17.14º 0.18% 0.39% -
HSV(B) 17.14º 0.3% 0.46% -
XYZ 12.69 12.05 9.64 -
YUV 98.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 117 92 82 0 0.21 0.30 0.54 17.14 0.18 0.39
Hex 75 5C 52 0 15 1E 36 11 12 27
Octal 165 134 122 0 25 36 66 21 22 47
Binary 1110101 1011100 1010010 0 10101 11110 110110 10001 10010 100111

Color Harmonies of #755C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C52

Black with #755C52

Text Example


Text Example

White with #755C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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