Html Css Color HEX #74605B Russett

📋 copy color: '#74605B'

red 116 ◦ green 96 ◦ blue 91

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

Shades of Russett #74605B

Tints of Russett #74605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 38.28%
G = 31.68%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74605B (or 0x74605B) is known color: Russett. HEX triplet: 74, 60 and 5B. RGB value is (116,96,91). Sum of RGB (Red+Green+Blue) = 116+96+91=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #74605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605B is #8B9FA4. Grayscale: #656565. Windows color (decimal): -9150373 or 5988468. OLE color: 5988468.

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

Color convert

RGB 116 96 91 -
CMYK 0 0.17 0.22 0.55
HSL 12º 0.12% 0.41% -
HSV(B) 12º 0.22% 0.45% -
XYZ 13.27 12.83 11.68 -
YUV 101.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 116 96 91 0 0.17 0.22 0.55 12 0.12 0.41
Hex 74 60 5B 0 11 16 37 C C 29
Octal 164 140 133 0 21 26 67 14 14 51
Binary 1110100 1100000 1011011 0 10001 10110 110111 1100 1100 101001

Color Harmonies of #74605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74605B

Black with #74605B

Text Example


Text Example

White with #74605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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