Html Css Color HEX #74566C Salt Box

📋 copy color: '#74566C'

red 116 ◦ green 86 ◦ blue 108

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

Shades of Salt Box #74566C

Tints of Salt Box #74566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 37.42%
G = 27.74%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74566C (or 0x74566C) is known color: Salt Box. HEX triplet: 74, 56 and 6C. RGB value is (116,86,108). Sum of RGB (Red+Green+Blue) = 116+86+108=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566C is #8BA993. Grayscale: #616161. Windows color (decimal): -9152916 or 7100020. OLE color: 7100020.

HSL color Cylindrical-coordinate representation of color #74566C: hue angle of 316º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74566C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 108 -
CMYK 0 0.26 0.07 0.55
HSL 316º 0.15% 0.4% -
HSV(B) 316º 0.26% 0.45% -
XYZ 13.24 11.45 15.7 -
YUV 97.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 116 86 108 0 0.26 0.07 0.55 316 0.15 0.4
Hex 74 56 6C 0 1A 7 37 13C F 28
Octal 164 126 154 0 32 7 67 474 17 50
Binary 1110100 1010110 1101100 0 11010 111 110111 100111100 1111 101000

Color Harmonies of #74566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74566C

Black with #74566C

Text Example


Text Example

White with #74566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,86,108); }

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

background-color css

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

 a { background-color: rgb(116,86,108); }

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

border-color css

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

 span { border-color: rgb(116,86,108); }

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