Html Css Color HEX #74626E Salt Box

📋 copy color: '#74626E'

red 116 ◦ green 98 ◦ blue 110

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

Shades of Salt Box #74626E

Tints of Salt Box #74626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 35.8%
G = 30.25%
B = 33.95%

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

#74626E (or 0x74626E) is known color: Salt Box. HEX triplet: 74, 62 and 6E. RGB value is (116,98,110). Sum of RGB (Red+Green+Blue) = 116+98+110=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #74626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74626E is #8B9D91. Grayscale: #686868. Windows color (decimal): -9149842 or 7234164. OLE color: 7234164.

HSL color Cylindrical-coordinate representation of color #74626E: hue angle of 320º degrees, saturation: 0.08, 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 #74626E is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 110 -
CMYK 0 0.16 0.05 0.55
HSL 320º 0.08% 0.42% -
HSV(B) 320º 0.16% 0.45% -
XYZ 14.38 13.57 16.61 -
YUV 104.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 116 98 110 0 0.16 0.05 0.55 320 0.08 0.42
Hex 74 62 6E 0 10 5 37 140 8 2A
Octal 164 142 156 0 20 5 67 500 10 52
Binary 1110100 1100010 1101110 0 10000 101 110111 101000000 1000 101010

Color Harmonies of #74626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74626E

Black with #74626E

Text Example


Text Example

White with #74626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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