Html Css Color HEX #765E54 Dorado

📋 copy color: '#765E54'

red 118 ◦ green 94 ◦ blue 84

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

Shades of Dorado #765E54

Tints of Dorado #765E54

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 39.86%
G = 31.76%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#765E54 (or 0x765E54) is known color: Dorado. HEX triplet: 76, 5E and 54. RGB value is (118,94,84). Sum of RGB (Red+Green+Blue) = 118+94+84=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E54 is #89A1AB. Grayscale: #646464. Windows color (decimal): -9019820 or 5529206. OLE color: 5529206.

HSL color Cylindrical-coordinate representation of color #765E54: hue angle of 17.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765E54 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 84 -
CMYK 0 0.20 0.29 0.54
HSL 17.65º 0.17% 0.4% -
HSV(B) 17.65º 0.29% 0.46% -
XYZ 13.07 12.5 10.11 -
YUV 100.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 118 94 84 0 0.20 0.29 0.54 17.65 0.17 0.4
Hex 76 5E 54 0 14 1D 36 12 11 28
Octal 166 136 124 0 24 35 66 22 21 50
Binary 1110110 1011110 1010100 0 10100 11101 110110 10010 10001 101000

Color Harmonies of #765E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E54

Black with #765E54

Text Example


Text Example

White with #765E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,94,84); }

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

background-color css

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

 a { background-color: rgb(118,94,84); }

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

border-color css

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

 span { border-color: rgb(118,94,84); }

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