Html Css Color HEX #74615C Russett

📋 copy color: '#74615C'

red 116 ◦ green 97 ◦ blue 92

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

Shades of Russett #74615C

Tints of Russett #74615C

RGB

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

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

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

R = 38.03%
G = 31.8%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74615C (or 0x74615C) is known color: Russett. HEX triplet: 74, 61 and 5C. RGB value is (116,97,92). Sum of RGB (Red+Green+Blue) = 116+97+92=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74615C is #8B9EA3. Grayscale: #666666. Windows color (decimal): -9150116 or 6054260. OLE color: 6054260.

HSL color Cylindrical-coordinate representation of color #74615C: hue angle of 12.5º 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 #74615C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 92 -
CMYK 0 0.16 0.21 0.55
HSL 12.5º 0.12% 0.41% -
HSV(B) 12.5º 0.21% 0.45% -
XYZ 13.41 13.04 11.93 -
YUV 102.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 116 97 92 0 0.16 0.21 0.55 12.5 0.12 0.41
Hex 74 61 5C 0 10 15 37 C C 29
Octal 164 141 134 0 20 25 67 14 14 51
Binary 1110100 1100001 1011100 0 10000 10101 110111 1100 1100 101001

Color Harmonies of #74615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74615C

Black with #74615C

Text Example


Text Example

White with #74615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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