Html Css Color HEX #755C51 Dorado

📋 copy color: '#755C51'

red 117 ◦ green 92 ◦ blue 81

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

Shades of Dorado #755C51

Tints of Dorado #755C51

RGB

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

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

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

R = 40.34%
G = 31.72%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#755C51 (or 0x755C51) is known color: Dorado. HEX triplet: 75, 5C and 51. RGB value is (117,92,81). Sum of RGB (Red+Green+Blue) = 117+92+81=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C51 is #8AA3AE. Grayscale: #626262. Windows color (decimal): -9085871 or 5332085. OLE color: 5332085.

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

Color convert

RGB 117 92 81 -
CMYK 0 0.21 0.31 0.54
HSL 18.33º 0.18% 0.39% -
HSV(B) 18.33º 0.31% 0.46% -
XYZ 12.65 12.03 9.44 -
YUV 98.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 117 92 81 0 0.21 0.31 0.54 18.33 0.18 0.39
Hex 75 5C 51 0 15 1F 36 12 12 27
Octal 165 134 121 0 25 37 66 22 22 47
Binary 1110101 1011100 1010001 0 10101 11111 110110 10010 10010 100111

Color Harmonies of #755C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C51

Black with #755C51

Text Example


Text Example

White with #755C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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