Html Css Color HEX #765D4E Dorado

📋 copy color: '#765D4E'

red 118 ◦ green 93 ◦ blue 78

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

Shades of Dorado #765D4E

Tints of Dorado #765D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.99%

R = 40.83%
G = 32.18%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#765D4E (or 0x765D4E) is known color: Dorado. HEX triplet: 76, 5D and 4E. RGB value is (118,93,78). Sum of RGB (Red+Green+Blue) = 118+93+78=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D4E is #89A2B1. Grayscale: #626262. Windows color (decimal): -9020082 or 5135734. OLE color: 5135734.

HSL color Cylindrical-coordinate representation of color #765D4E: hue angle of 22.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #765D4E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 78 -
CMYK 0 0.21 0.34 0.54
HSL 22.5º 0.2% 0.38% -
HSV(B) 22.5º 0.34% 0.46% -
XYZ 12.76 12.23 8.9 -
YUV 98.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 118 93 78 0 0.21 0.34 0.54 22.5 0.2 0.38
Hex 76 5D 4E 0 15 22 36 16 14 26
Octal 166 135 116 0 25 42 66 26 24 46
Binary 1110110 1011101 1001110 0 10101 100010 110110 10110 10100 100110

Color Harmonies of #765D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D4E

Black with #765D4E

Text Example


Text Example

White with #765D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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