Html Css Color HEX #70726A Gunsmoke

📋 copy color: '#70726A'

red 112 ◦ green 114 ◦ blue 106

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

Shades of Gunsmoke #70726A

Tints of Gunsmoke #70726A

RGB

 RED value IS 112 (44.14% from 255) = 33.73%

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 33.73%
G = 34.34%
B = 31.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#70726A (or 0x70726A) is known color: Gunsmoke. HEX triplet: 70, 72 and 6A. RGB value is (112,114,106). Sum of RGB (Red+Green+Blue) = 112+114+106=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 114 - color contains mainly: green. Hex color #70726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70726A is #8F8D95. Grayscale: #707070. Windows color (decimal): -9407894 or 6976112. OLE color: 6976112.

HSL color Cylindrical-coordinate representation of color #70726A: hue angle of 75º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #70726A is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 106 -
CMYK 0.02 0 0.07 0.55
HSL 75º 0.04% 0.43% -
HSV(B) 75º 0.07% 0.45% -
XYZ 15.3 16.52 16.02 -
YUV 112.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 112 114 106 0.02 0 0.07 0.55 75 0.04 0.43
Hex 70 72 6A 2 0 7 37 4B 4 2B
Octal 160 162 152 2 0 7 67 113 4 53
Binary 1110000 1110010 1101010 10 0 111 110111 1001011 100 101011

Color Harmonies of #70726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70726A

Black with #70726A

Text Example


Text Example

White with #70726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70726A; }

 p { color: rgb(112,114,106); }

 H1.HeaderClassName
 {
   color: #70726A;
 }
 .AnyTagClassName
 {
   color: #70726A;
 }
</style>

background-color css

<style>
 a { background-color: #70726A; }

 a { background-color: rgb(112,114,106); }

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

border-color css

<style>
 span { border-color: #70726A; }

 span { border-color: rgb(112,114,106); }

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