Html Css Color HEX #765C4F Dorado

📋 copy color: '#765C4F'

red 118 ◦ green 92 ◦ blue 79

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

Shades of Dorado #765C4F

Tints of Dorado #765C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.83%

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 40.83%
G = 31.83%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#765C4F (or 0x765C4F) is known color: Dorado. HEX triplet: 76, 5C and 4F. RGB value is (118,92,79). Sum of RGB (Red+Green+Blue) = 118+92+79=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C4F is #89A3B0. Grayscale: #626262. Windows color (decimal): -9020337 or 5201014. OLE color: 5201014.

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

Color convert

RGB 118 92 79 -
CMYK 0 0.22 0.33 0.54
HSL 20º 0.2% 0.39% -
HSV(B) 20º 0.33% 0.46% -
XYZ 12.71 12.07 9.06 -
YUV 98.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 118 92 79 0 0.22 0.33 0.54 20 0.2 0.39
Hex 76 5C 4F 0 16 21 36 14 14 27
Octal 166 134 117 0 26 41 66 24 24 47
Binary 1110110 1011100 1001111 0 10110 100001 110110 10100 10100 100111

Color Harmonies of #765C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C4F

Black with #765C4F

Text Example


Text Example

White with #765C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,79); }

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

background-color css

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

 a { background-color: rgb(118,92,79); }

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

border-color css

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

 span { border-color: rgb(118,92,79); }

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