Html Css Color HEX #766359 Dorado

📋 copy color: '#766359'

red 118 ◦ green 99 ◦ blue 89

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

Shades of Dorado #766359

Tints of Dorado #766359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 38.56%
G = 32.35%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766359 (or 0x766359) is known color: Dorado. HEX triplet: 76, 63 and 59. RGB value is (118,99,89). Sum of RGB (Red+Green+Blue) = 118+99+89=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766359 is #899CA6. Grayscale: #676767. Windows color (decimal): -9018535 or 5858166. OLE color: 5858166.

HSL color Cylindrical-coordinate representation of color #766359: hue angle of 20.69º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766359 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 89 -
CMYK 0 0.16 0.25 0.54
HSL 20.69º 0.14% 0.41% -
HSV(B) 20.69º 0.25% 0.46% -
XYZ 13.74 13.5 11.33 -
YUV 103.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 118 99 89 0 0.16 0.25 0.54 20.69 0.14 0.41
Hex 76 63 59 0 10 19 36 15 E 29
Octal 166 143 131 0 20 31 66 25 16 51
Binary 1110110 1100011 1011001 0 10000 11001 110110 10101 1110 101001

Color Harmonies of #766359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766359

Black with #766359

Text Example


Text Example

White with #766359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766359; }

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

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

background-color css

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

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

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

border-color css

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

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

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