Html Css Color HEX #70707A Comet

📋 copy color: '#70707A'

red 112 ◦ green 112 ◦ blue 122

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

Shades of Comet #70707A

Tints of Comet #70707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 32.37%
G = 32.37%
B = 35.26%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70707A (or 0x70707A) is known color: Comet. HEX triplet: 70, 70 and 7A. RGB value is (112,112,122). Sum of RGB (Red+Green+Blue) = 112+112+122=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 122 - color contains mainly: blue. Hex color #70707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70707A is #8F8F85. Grayscale: #717171. Windows color (decimal): -9408390 or 8024176. OLE color: 8024176.

HSL color Cylindrical-coordinate representation of color #70707A: hue angle of 240º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #70707A is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 112 122 -
CMYK 0.08 0.08 0 0.52
HSL 240º 0.04% 0.46% -
HSV(B) 240º 0.08% 0.48% -
XYZ 15.99 16.44 20.74 -
YUV 113.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 112 112 122 0.08 0.08 0 0.52 240 0.04 0.46
Hex 70 70 7A 8 8 0 34 F0 4 2E
Octal 160 160 172 10 10 0 64 360 4 56
Binary 1110000 1110000 1111010 1000 1000 0 110100 11110000 100 101110

Color Harmonies of #70707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70707A

Black with #70707A

Text Example


Text Example

White with #70707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,112,122); }

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

background-color css

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

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

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

border-color css

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

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

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