Html Css Color HEX #765D51 Dorado

📋 copy color: '#765D51'

red 118 ◦ green 93 ◦ blue 81

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

Shades of Dorado #765D51

Tints of Dorado #765D51

RGB

 RED value IS 118 (46.48% from 255) = 40.41%

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

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

R = 40.41%
G = 31.85%
B = 27.74%

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

#765D51 (or 0x765D51) is known color: Dorado. HEX triplet: 76, 5D and 51. RGB value is (118,93,81). Sum of RGB (Red+Green+Blue) = 118+93+81=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D51 is #89A2AE. Grayscale: #636363. Windows color (decimal): -9020079 or 5332342. OLE color: 5332342.

HSL color Cylindrical-coordinate representation of color #765D51: hue angle of 19.46º degrees, saturation: 0.19, 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 #765D51 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 81 -
CMYK 0 0.21 0.31 0.54
HSL 19.46º 0.19% 0.39% -
HSV(B) 19.46º 0.31% 0.46% -
XYZ 12.87 12.27 9.48 -
YUV 99.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 118 93 81 0 0.21 0.31 0.54 19.46 0.19 0.39
Hex 76 5D 51 0 15 1F 36 13 13 27
Octal 166 135 121 0 25 37 66 23 23 47
Binary 1110110 1011101 1010001 0 10101 11111 110110 10011 10011 100111

Color Harmonies of #765D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D51

Black with #765D51

Text Example


Text Example

White with #765D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D51; }

 p { color: rgb(118,93,81); }

 H1.HeaderClassName
 {
   color: #765D51;
 }
 .AnyTagClassName
 {
   color: #765D51;
 }
</style>

background-color css

<style>
 a { background-color: #765D51; }

 a { background-color: rgb(118,93,81); }

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

border-color css

<style>
 span { border-color: #765D51; }

 span { border-color: rgb(118,93,81); }

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