Html Css Color HEX #765F4F Dorado

📋 copy color: '#765F4F'

red 118 ◦ green 95 ◦ blue 79

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

Shades of Dorado #765F4F

Tints of Dorado #765F4F

RGB

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

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

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

R = 40.41%
G = 32.53%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#765F4F (or 0x765F4F) is known color: Dorado. HEX triplet: 76, 5F and 4F. RGB value is (118,95,79). Sum of RGB (Red+Green+Blue) = 118+95+79=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F4F is #89A0B0. Grayscale: #646464. Windows color (decimal): -9019569 or 5201782. OLE color: 5201782.

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

Color convert

RGB 118 95 79 -
CMYK 0 0.19 0.33 0.54
HSL 24.62º 0.2% 0.39% -
HSV(B) 24.62º 0.33% 0.46% -
XYZ 12.97 12.6 9.15 -
YUV 100.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 118 95 79 0 0.19 0.33 0.54 24.62 0.2 0.39
Hex 76 5F 4F 0 13 21 36 19 14 27
Octal 166 137 117 0 23 41 66 31 24 47
Binary 1110110 1011111 1001111 0 10011 100001 110110 11001 10100 100111

Color Harmonies of #765F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F4F

Black with #765F4F

Text Example


Text Example

White with #765F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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