Html Css Color HEX #707080 Comet

📋 copy color: '#707080'

red 112 ◦ green 112 ◦ blue 128

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

Shades of Comet #707080

Tints of Comet #707080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 31.82%
G = 31.82%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#707080 (or 0x707080) is known color: Comet. HEX triplet: 70, 70 and 80. RGB value is (112,112,128). Sum of RGB (Red+Green+Blue) = 112+112+128=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 128 - color contains mainly: blue. Hex color #707080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707080 is #8F8F7F. Grayscale: #717171. Windows color (decimal): -9408384 or 8417392. OLE color: 8417392.

HSL color Cylindrical-coordinate representation of color #707080: hue angle of 240º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707080 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 112 128 -
CMYK 0.12 0.12 0 0.50
HSL 240º 0.07% 0.47% -
HSV(B) 240º 0.13% 0.5% -
XYZ 16.37 16.59 22.76 -
YUV 113.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 112 112 128 0.12 0.12 0 0.50 240 0.07 0.47
Hex 70 70 80 C C 0 32 F0 7 2F
Octal 160 160 200 14 14 0 62 360 7 57
Binary 1110000 1110000 10000000 1100 1100 0 110010 11110000 111 101111

Color Harmonies of #707080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707080

Black with #707080

Text Example


Text Example

White with #707080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707080; }

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

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

background-color css

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

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

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

border-color css

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

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

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