Html Css Color HEX #745C56 Russett

📋 copy color: '#745C56'

red 116 ◦ green 92 ◦ blue 86

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

Shades of Russett #745C56

Tints of Russett #745C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.29%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 39.46%
G = 31.29%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#745C56 (or 0x745C56) is known color: Russett. HEX triplet: 74, 5C and 56. RGB value is (116,92,86). Sum of RGB (Red+Green+Blue) = 116+92+86=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #745C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C56 is #8BA3A9. Grayscale: #626262. Windows color (decimal): -9151402 or 5659764. OLE color: 5659764.

HSL color Cylindrical-coordinate representation of color #745C56: hue angle of 12º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745C56 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 86 -
CMYK 0 0.21 0.26 0.55
HSL 12º 0.15% 0.4% -
HSV(B) 12º 0.26% 0.45% -
XYZ 12.71 12.04 10.46 -
YUV 98.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 116 92 86 0 0.21 0.26 0.55 12 0.15 0.4
Hex 74 5C 56 0 15 1A 37 C F 28
Octal 164 134 126 0 25 32 67 14 17 50
Binary 1110100 1011100 1010110 0 10101 11010 110111 1100 1111 101000

Color Harmonies of #745C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C56

Black with #745C56

Text Example


Text Example

White with #745C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C56; }

 p { color: rgb(116,92,86); }

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

background-color css

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

 a { background-color: rgb(116,92,86); }

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

border-color css

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

 span { border-color: rgb(116,92,86); }

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