Html Css Color HEX #765D50 Dorado

📋 copy color: '#765D50'

red 118 ◦ green 93 ◦ blue 80

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

Shades of Dorado #765D50

Tints of Dorado #765D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 40.55%
G = 31.96%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765D50 (or 0x765D50) is known color: Dorado. HEX triplet: 76, 5D and 50. RGB value is (118,93,80). Sum of RGB (Red+Green+Blue) = 118+93+80=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D50 is #89A2AF. Grayscale: #636363. Windows color (decimal): -9020080 or 5266806. OLE color: 5266806.

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

Color convert

RGB 118 93 80 -
CMYK 0 0.21 0.32 0.54
HSL 20.53º 0.19% 0.39% -
HSV(B) 20.53º 0.32% 0.46% -
XYZ 12.83 12.26 9.28 -
YUV 98.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 118 93 80 0 0.21 0.32 0.54 20.53 0.19 0.39
Hex 76 5D 50 0 15 20 36 15 13 27
Octal 166 135 120 0 25 40 66 25 23 47
Binary 1110110 1011101 1010000 0 10101 100000 110110 10101 10011 100111

Color Harmonies of #765D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D50

Black with #765D50

Text Example


Text Example

White with #765D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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