Html Css Color HEX #755F51 Dorado

📋 copy color: '#755F51'

red 117 ◦ green 95 ◦ blue 81

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

Shades of Dorado #755F51

Tints of Dorado #755F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 81 (32.03% from 255) = 27.65%

R = 39.93%
G = 32.42%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#755F51 (or 0x755F51) is known color: Dorado. HEX triplet: 75, 5F and 51. RGB value is (117,95,81). Sum of RGB (Red+Green+Blue) = 117+95+81=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F51 is #8AA0AE. Grayscale: #646464. Windows color (decimal): -9085103 or 5332853. OLE color: 5332853.

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

Color convert

RGB 117 95 81 -
CMYK 0 0.19 0.31 0.54
HSL 23.33º 0.18% 0.39% -
HSV(B) 23.33º 0.31% 0.46% -
XYZ 12.91 12.56 9.53 -
YUV 99.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 117 95 81 0 0.19 0.31 0.54 23.33 0.18 0.39
Hex 75 5F 51 0 13 1F 36 17 12 27
Octal 165 137 121 0 23 37 66 27 22 47
Binary 1110101 1011111 1010001 0 10011 11111 110110 10111 10010 100111

Color Harmonies of #755F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F51

Black with #755F51

Text Example


Text Example

White with #755F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,81); }

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

background-color css

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

 a { background-color: rgb(117,95,81); }

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

border-color css

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

 span { border-color: rgb(117,95,81); }

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