Html Css Color HEX #72626D Salt Box

📋 copy color: '#72626D'

red 114 ◦ green 98 ◦ blue 109

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

Shades of Salt Box #72626D

Tints of Salt Box #72626D

RGB

 RED value IS 114 (44.92% from 255) = 35.51%

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 35.51%
G = 30.53%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72626D (or 0x72626D) is known color: Salt Box. HEX triplet: 72, 62 and 6D. RGB value is (114,98,109). Sum of RGB (Red+Green+Blue) = 114+98+109=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626D is #8D9D92. Grayscale: #686868. Windows color (decimal): -9280915 or 7168626. OLE color: 7168626.

HSL color Cylindrical-coordinate representation of color #72626D: hue angle of 318.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72626D is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 109 -
CMYK 0 0.14 0.04 0.55
HSL 318.75º 0.08% 0.42% -
HSV(B) 318.75º 0.14% 0.45% -
XYZ 14.07 13.42 16.32 -
YUV 104.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 114 98 109 0 0.14 0.04 0.55 318.75 0.08 0.42
Hex 72 62 6D 0 E 4 37 13F 8 2A
Octal 162 142 155 0 16 4 67 477 10 52
Binary 1110010 1100010 1101101 0 1110 100 110111 100111111 1000 101010

Color Harmonies of #72626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72626D

Black with #72626D

Text Example


Text Example

White with #72626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72626D; }

 p { color: rgb(114,98,109); }

 H1.HeaderClassName
 {
   color: #72626D;
 }
 .AnyTagClassName
 {
   color: #72626D;
 }
</style>

background-color css

<style>
 a { background-color: #72626D; }

 a { background-color: rgb(114,98,109); }

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

border-color css

<style>
 span { border-color: #72626D; }

 span { border-color: rgb(114,98,109); }

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