Html Css Color HEX #72676F Salt Box

📋 copy color: '#72676F'

red 114 ◦ green 103 ◦ blue 111

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

Shades of Salt Box #72676F

Tints of Salt Box #72676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 34.76%
G = 31.4%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72676F (or 0x72676F) is known color: Salt Box. HEX triplet: 72, 67 and 6F. RGB value is (114,103,111). Sum of RGB (Red+Green+Blue) = 114+103+111=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #72676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72676F is #8D9890. Grayscale: #6B6B6B. Windows color (decimal): -9279633 or 7300978. OLE color: 7300978.

HSL color Cylindrical-coordinate representation of color #72676F: hue angle of 316.36º 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 #72676F is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 111 -
CMYK 0 0.10 0.03 0.55
HSL 316.36º 0.05% 0.43% -
HSV(B) 316.36º 0.1% 0.45% -
XYZ 14.66 14.43 17.05 -
YUV 107.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 114 103 111 0 0.10 0.03 0.55 316.36 0.05 0.43
Hex 72 67 6F 0 A 3 37 13C 5 2B
Octal 162 147 157 0 12 3 67 474 5 53
Binary 1110010 1100111 1101111 0 1010 11 110111 100111100 101 101011

Color Harmonies of #72676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72676F

Black with #72676F

Text Example


Text Example

White with #72676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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