Html Css Color HEX #765C4E Dorado

📋 copy color: '#765C4E'

red 118 ◦ green 92 ◦ blue 78

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

Shades of Dorado #765C4E

Tints of Dorado #765C4E

RGB

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

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

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

R = 40.97%
G = 31.94%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#765C4E (or 0x765C4E) is known color: Dorado. HEX triplet: 76, 5C and 4E. RGB value is (118,92,78). Sum of RGB (Red+Green+Blue) = 118+92+78=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C4E is #89A3B1. Grayscale: #626262. Windows color (decimal): -9020338 or 5135478. OLE color: 5135478.

HSL color Cylindrical-coordinate representation of color #765C4E: hue angle of 21º 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 #765C4E is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 78 -
CMYK 0 0.22 0.34 0.54
HSL 21º 0.2% 0.38% -
HSV(B) 21º 0.34% 0.46% -
XYZ 12.67 12.06 8.87 -
YUV 98.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 118 92 78 0 0.22 0.34 0.54 21 0.2 0.38
Hex 76 5C 4E 0 16 22 36 15 14 26
Octal 166 134 116 0 26 42 66 25 24 46
Binary 1110110 1011100 1001110 0 10110 100010 110110 10101 10100 100110

Color Harmonies of #765C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C4E

Black with #765C4E

Text Example


Text Example

White with #765C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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