Html Css Color HEX #746155 Dorado

📋 copy color: '#746155'

red 116 ◦ green 97 ◦ blue 85

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

Shades of Dorado #746155

Tints of Dorado #746155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 38.93%
G = 32.55%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#746155 (or 0x746155) is known color: Dorado. HEX triplet: 74, 61 and 55. RGB value is (116,97,85). Sum of RGB (Red+Green+Blue) = 116+97+85=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746155 is #8B9EAA. Grayscale: #656565. Windows color (decimal): -9150123 or 5595508. OLE color: 5595508.

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

Color convert

RGB 116 97 85 -
CMYK 0 0.16 0.27 0.55
HSL 23.23º 0.15% 0.39% -
HSV(B) 23.23º 0.27% 0.45% -
XYZ 13.12 12.92 10.4 -
YUV 101.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 116 97 85 0 0.16 0.27 0.55 23.23 0.15 0.39
Hex 74 61 55 0 10 1B 37 17 F 27
Octal 164 141 125 0 20 33 67 27 17 47
Binary 1110100 1100001 1010101 0 10000 11011 110111 10111 1111 100111

Color Harmonies of #746155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746155

Black with #746155

Text Example


Text Example

White with #746155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746155; }

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

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

background-color css

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

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

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

border-color css

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

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

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