Html Css Color HEX #766154 Dorado

📋 copy color: '#766154'

red 118 ◦ green 97 ◦ blue 84

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

Shades of Dorado #766154

Tints of Dorado #766154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 39.46%
G = 32.44%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766154 (or 0x766154) is known color: Dorado. HEX triplet: 76, 61 and 54. RGB value is (118,97,84). Sum of RGB (Red+Green+Blue) = 118+97+84=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766154 is #899EAB. Grayscale: #656565. Windows color (decimal): -9019052 or 5529974. OLE color: 5529974.

HSL color Cylindrical-coordinate representation of color #766154: hue angle of 22.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766154 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 84 -
CMYK 0 0.18 0.29 0.54
HSL 22.94º 0.17% 0.4% -
HSV(B) 22.94º 0.29% 0.46% -
XYZ 13.35 13.04 10.2 -
YUV 101.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 118 97 84 0 0.18 0.29 0.54 22.94 0.17 0.4
Hex 76 61 54 0 12 1D 36 17 11 28
Octal 166 141 124 0 22 35 66 27 21 50
Binary 1110110 1100001 1010100 0 10010 11101 110110 10111 10001 101000

Color Harmonies of #766154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766154

Black with #766154

Text Example


Text Example

White with #766154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766154; }

 p { color: rgb(118,97,84); }

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

background-color css

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

 a { background-color: rgb(118,97,84); }

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

border-color css

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

 span { border-color: rgb(118,97,84); }

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