Html Css Color HEX #766053 Dorado

📋 copy color: '#766053'

red 118 ◦ green 96 ◦ blue 83

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

Shades of Dorado #766053

Tints of Dorado #766053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 39.73%
G = 32.32%
B = 27.95%

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

#766053 (or 0x766053) is known color: Dorado. HEX triplet: 76, 60 and 53. RGB value is (118,96,83). Sum of RGB (Red+Green+Blue) = 118+96+83=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766053 is #899FAC. Grayscale: #656565. Windows color (decimal): -9019309 or 5464182. OLE color: 5464182.

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

Color convert

RGB 118 96 83 -
CMYK 0 0.19 0.30 0.54
HSL 22.29º 0.17% 0.39% -
HSV(B) 22.29º 0.3% 0.46% -
XYZ 13.22 12.84 9.97 -
YUV 101.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 118 96 83 0 0.19 0.30 0.54 22.29 0.17 0.39
Hex 76 60 53 0 13 1E 36 16 11 27
Octal 166 140 123 0 23 36 66 26 21 47
Binary 1110110 1100000 1010011 0 10011 11110 110110 10110 10001 100111

Color Harmonies of #766053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766053

Black with #766053

Text Example


Text Example

White with #766053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766053; }

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

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

background-color css

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

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

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

border-color css

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

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

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