Html Css Color HEX #74605C Russett

📋 copy color: '#74605C'

red 116 ◦ green 96 ◦ blue 92

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

Shades of Russett #74605C

Tints of Russett #74605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 38.16%
G = 31.58%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74605C (or 0x74605C) is known color: Russett. HEX triplet: 74, 60 and 5C. RGB value is (116,96,92). Sum of RGB (Red+Green+Blue) = 116+96+92=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605C is #8B9FA3. Grayscale: #656565. Windows color (decimal): -9150372 or 6054004. OLE color: 6054004.

HSL color Cylindrical-coordinate representation of color #74605C: hue angle of 10º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74605C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 92 -
CMYK 0 0.17 0.21 0.55
HSL 10º 0.12% 0.41% -
HSV(B) 10º 0.21% 0.45% -
XYZ 13.32 12.85 11.9 -
YUV 101.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 116 96 92 0 0.17 0.21 0.55 10 0.12 0.41
Hex 74 60 5C 0 11 15 37 A C 29
Octal 164 140 134 0 21 25 67 12 14 51
Binary 1110100 1100000 1011100 0 10001 10101 110111 1010 1100 101001

Color Harmonies of #74605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74605C

Black with #74605C

Text Example


Text Example

White with #74605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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