Html Css Color HEX #746154 Dorado

📋 copy color: '#746154'

red 116 ◦ green 97 ◦ blue 84

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

Shades of Dorado #746154

Tints of Dorado #746154

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

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

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

R = 39.06%
G = 32.66%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#746154 (or 0x746154) is known color: Dorado. HEX triplet: 74, 61 and 54. RGB value is (116,97,84). Sum of RGB (Red+Green+Blue) = 116+97+84=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746154 is #8B9EAB. Grayscale: #656565. Windows color (decimal): -9150124 or 5529972. OLE color: 5529972.

HSL color Cylindrical-coordinate representation of color #746154: hue angle of 24.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746154 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 84 -
CMYK 0 0.16 0.28 0.55
HSL 24.38º 0.16% 0.39% -
HSV(B) 24.38º 0.28% 0.45% -
XYZ 13.08 12.9 10.19 -
YUV 101.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 116 97 84 0 0.16 0.28 0.55 24.38 0.16 0.39
Hex 74 61 54 0 10 1C 37 18 10 27
Octal 164 141 124 0 20 34 67 30 20 47
Binary 1110100 1100001 1010100 0 10000 11100 110111 11000 10000 100111

Color Harmonies of #746154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746154

Black with #746154

Text Example


Text Example

White with #746154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746154; }

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

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

background-color css

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

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

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

border-color css

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

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

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