Html Css Color HEX #74706E Russett

📋 copy color: '#74706E'

red 116 ◦ green 112 ◦ blue 110

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

Shades of Russett #74706E

Tints of Russett #74706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 34.32%
G = 33.14%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74706E (or 0x74706E) is known color: Russett. HEX triplet: 74, 70 and 6E. RGB value is (116,112,110). Sum of RGB (Red+Green+Blue) = 116+112+110=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 116 - color contains mainly: red. Hex color #74706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74706E is #8B8F91. Grayscale: #707070. Windows color (decimal): -9146258 or 7237748. OLE color: 7237748.

HSL color Cylindrical-coordinate representation of color #74706E: hue angle of 20º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #74706E is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 110 -
CMYK 0 0.03 0.05 0.55
HSL 20º 0.03% 0.44% -
HSV(B) 20º 0.05% 0.45% -
XYZ 15.81 16.43 17.09 -
YUV 112.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 116 112 110 0 0.03 0.05 0.55 20 0.03 0.44
Hex 74 70 6E 0 3 5 37 14 3 2C
Octal 164 160 156 0 3 5 67 24 3 54
Binary 1110100 1110000 1101110 0 11 101 110111 10100 11 101100

Color Harmonies of #74706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74706E

Black with #74706E

Text Example


Text Example

White with #74706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74706E; }

 p { color: rgb(116,112,110); }

 H1.HeaderClassName
 {
   color: #74706E;
 }
 .AnyTagClassName
 {
   color: #74706E;
 }
</style>

background-color css

<style>
 a { background-color: #74706E; }

 a { background-color: rgb(116,112,110); }

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

border-color css

<style>
 span { border-color: #74706E; }

 span { border-color: rgb(116,112,110); }

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