Html Css Color HEX #765F50 Dorado

📋 copy color: '#765F50'

red 118 ◦ green 95 ◦ blue 80

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

Shades of Dorado #765F50

Tints of Dorado #765F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 40.27%
G = 32.42%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765F50 (or 0x765F50) is known color: Dorado. HEX triplet: 76, 5F and 50. RGB value is (118,95,80). Sum of RGB (Red+Green+Blue) = 118+95+80=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F50 is #89A0AF. Grayscale: #646464. Windows color (decimal): -9019568 or 5267318. OLE color: 5267318.

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

Color convert

RGB 118 95 80 -
CMYK 0 0.19 0.32 0.54
HSL 23.68º 0.19% 0.39% -
HSV(B) 23.68º 0.32% 0.46% -
XYZ 13.01 12.62 9.34 -
YUV 100.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 118 95 80 0 0.19 0.32 0.54 23.68 0.19 0.39
Hex 76 5F 50 0 13 20 36 18 13 27
Octal 166 137 120 0 23 40 66 30 23 47
Binary 1110110 1011111 1010000 0 10011 100000 110110 11000 10011 100111

Color Harmonies of #765F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F50

Black with #765F50

Text Example


Text Example

White with #765F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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