Html Css Color HEX #74616E Salt Box

📋 copy color: '#74616E'

red 116 ◦ green 97 ◦ blue 110

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

Shades of Salt Box #74616E

Tints of Salt Box #74616E

RGB

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

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

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

R = 35.91%
G = 30.03%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74616E (or 0x74616E) is known color: Salt Box. HEX triplet: 74, 61 and 6E. RGB value is (116,97,110). Sum of RGB (Red+Green+Blue) = 116+97+110=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616E is #8B9E91. Grayscale: #686868. Windows color (decimal): -9150098 or 7233908. OLE color: 7233908.

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

Color convert

RGB 116 97 110 -
CMYK 0 0.16 0.05 0.55
HSL 318.95º 0.09% 0.42% -
HSV(B) 318.95º 0.16% 0.45% -
XYZ 14.29 13.39 16.58 -
YUV 104.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 116 97 110 0 0.16 0.05 0.55 318.95 0.09 0.42
Hex 74 61 6E 0 10 5 37 13F 9 2A
Octal 164 141 156 0 20 5 67 477 11 52
Binary 1110100 1100001 1101110 0 10000 101 110111 100111111 1001 101010

Color Harmonies of #74616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74616E

Black with #74616E

Text Example


Text Example

White with #74616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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