Html Css Color HEX #765F53 Dorado

📋 copy color: '#765F53'

red 118 ◦ green 95 ◦ blue 83

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

Shades of Dorado #765F53

Tints of Dorado #765F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.04%

R = 39.86%
G = 32.09%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#765F53 (or 0x765F53) is known color: Dorado. HEX triplet: 76, 5F and 53. RGB value is (118,95,83). Sum of RGB (Red+Green+Blue) = 118+95+83=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F53 is #89A0AC. Grayscale: #646464. Windows color (decimal): -9019565 or 5463926. OLE color: 5463926.

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

Color convert

RGB 118 95 83 -
CMYK 0 0.19 0.30 0.54
HSL 20.57º 0.17% 0.39% -
HSV(B) 20.57º 0.3% 0.46% -
XYZ 13.12 12.66 9.94 -
YUV 100.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 118 95 83 0 0.19 0.30 0.54 20.57 0.17 0.39
Hex 76 5F 53 0 13 1E 36 15 11 27
Octal 166 137 123 0 23 36 66 25 21 47
Binary 1110110 1011111 1010011 0 10011 11110 110110 10101 10001 100111

Color Harmonies of #765F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F53

Black with #765F53

Text Example


Text Example

White with #765F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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