Html Css Color HEX #765950 Dorado

📋 copy color: '#765950'

red 118 ◦ green 89 ◦ blue 80

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

Shades of Dorado #765950

Tints of Dorado #765950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 41.11%
G = 31.01%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765950 (or 0x765950) is known color: Dorado. HEX triplet: 76, 59 and 50. RGB value is (118,89,80). Sum of RGB (Red+Green+Blue) = 118+89+80=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765950 is #89A6AF. Grayscale: #606060. Windows color (decimal): -9021104 or 5265782. OLE color: 5265782.

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

Color convert

RGB 118 89 80 -
CMYK 0 0.25 0.32 0.54
HSL 14.21º 0.19% 0.39% -
HSV(B) 14.21º 0.32% 0.46% -
XYZ 12.49 11.58 9.17 -
YUV 96.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 118 89 80 0 0.25 0.32 0.54 14.21 0.19 0.39
Hex 76 59 50 0 19 20 36 E 13 27
Octal 166 131 120 0 31 40 66 16 23 47
Binary 1110110 1011001 1010000 0 11001 100000 110110 1110 10011 100111

Color Harmonies of #765950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765950

Black with #765950

Text Example


Text Example

White with #765950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765950; }

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

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

background-color css

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

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

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

border-color css

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

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

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