Html Css Color HEX #745C57 Russett

📋 copy color: '#745C57'

red 116 ◦ green 92 ◦ blue 87

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

Shades of Russett #745C57

Tints of Russett #745C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 39.32%
G = 31.19%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#745C57 (or 0x745C57) is known color: Russett. HEX triplet: 74, 5C and 57. RGB value is (116,92,87). Sum of RGB (Red+Green+Blue) = 116+92+87=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C57 is #8BA3A8. Grayscale: #626262. Windows color (decimal): -9151401 or 5725300. OLE color: 5725300.

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

Color convert

RGB 116 92 87 -
CMYK 0 0.21 0.25 0.55
HSL 10.34º 0.14% 0.4% -
HSV(B) 10.34º 0.25% 0.45% -
XYZ 12.75 12.06 10.67 -
YUV 98.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 116 92 87 0 0.21 0.25 0.55 10.34 0.14 0.4
Hex 74 5C 57 0 15 19 37 A E 28
Octal 164 134 127 0 25 31 67 12 16 50
Binary 1110100 1011100 1010111 0 10101 11001 110111 1010 1110 101000

Color Harmonies of #745C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C57

Black with #745C57

Text Example


Text Example

White with #745C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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