Html Css Color HEX #72676E Salt Box

📋 copy color: '#72676E'

red 114 ◦ green 103 ◦ blue 110

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

Shades of Salt Box #72676E

Tints of Salt Box #72676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 34.86%
G = 31.5%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72676E (or 0x72676E) is known color: Salt Box. HEX triplet: 72, 67 and 6E. RGB value is (114,103,110). Sum of RGB (Red+Green+Blue) = 114+103+110=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #72676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72676E is #8D9891. Grayscale: #6B6B6B. Windows color (decimal): -9279634 or 7235442. OLE color: 7235442.

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

Color convert

RGB 114 103 110 -
CMYK 0 0.10 0.04 0.55
HSL 321.82º 0.05% 0.43% -
HSV(B) 321.82º 0.1% 0.45% -
XYZ 14.6 14.4 16.76 -
YUV 107.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 114 103 110 0 0.10 0.04 0.55 321.82 0.05 0.43
Hex 72 67 6E 0 A 4 37 142 5 2B
Octal 162 147 156 0 12 4 67 502 5 53
Binary 1110010 1100111 1101110 0 1010 100 110111 101000010 101 101011

Color Harmonies of #72676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72676E

Black with #72676E

Text Example


Text Example

White with #72676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,103,110); }

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

background-color css

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

 a { background-color: rgb(114,103,110); }

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

border-color css

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

 span { border-color: rgb(114,103,110); }

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