Html Css Color HEX #765D54 Dorado

📋 copy color: '#765D54'

red 118 ◦ green 93 ◦ blue 84

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

Shades of Dorado #765D54

Tints of Dorado #765D54

RGB

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

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

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

R = 40%
G = 31.53%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#765D54 (or 0x765D54) is known color: Dorado. HEX triplet: 76, 5D and 54. RGB value is (118,93,84). Sum of RGB (Red+Green+Blue) = 118+93+84=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #765D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D54 is #89A2AB. Grayscale: #636363. Windows color (decimal): -9020076 or 5528950. OLE color: 5528950.

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

Color convert

RGB 118 93 84 -
CMYK 0 0.21 0.29 0.54
HSL 15.88º 0.17% 0.4% -
HSV(B) 15.88º 0.29% 0.46% -
XYZ 12.99 12.32 10.08 -
YUV 99.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 118 93 84 0 0.21 0.29 0.54 15.88 0.17 0.4
Hex 76 5D 54 0 15 1D 36 10 11 28
Octal 166 135 124 0 25 35 66 20 21 50
Binary 1110110 1011101 1010100 0 10101 11101 110110 10000 10001 101000

Color Harmonies of #765D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D54

Black with #765D54

Text Example


Text Example

White with #765D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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