Html Css Color HEX #707076 Comet

📋 copy color: '#707076'

red 112 ◦ green 112 ◦ blue 118

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

Shades of Comet #707076

Tints of Comet #707076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 32.75%
G = 32.75%
B = 34.5%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#707076 (or 0x707076) is known color: Comet. HEX triplet: 70, 70 and 76. RGB value is (112,112,118). Sum of RGB (Red+Green+Blue) = 112+112+118=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #707076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707076 is #8F8F89. Grayscale: #707070. Windows color (decimal): -9408394 or 7762032. OLE color: 7762032.

HSL color Cylindrical-coordinate representation of color #707076: hue angle of 240º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707076 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 112 118 -
CMYK 0.05 0.05 0 0.54
HSL 240º 0.03% 0.45% -
HSV(B) 240º 0.05% 0.46% -
XYZ 15.75 16.34 19.46 -
YUV 112.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 112 112 118 0.05 0.05 0 0.54 240 0.03 0.45
Hex 70 70 76 5 5 0 36 F0 3 2D
Octal 160 160 166 5 5 0 66 360 3 55
Binary 1110000 1110000 1110110 101 101 0 110110 11110000 11 101101

Color Harmonies of #707076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707076

Black with #707076

Text Example


Text Example

White with #707076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707076; }

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

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

background-color css

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

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

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

border-color css

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

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

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