Html Css Color HEX #707074 Comet

📋 copy color: '#707074'

red 112 ◦ green 112 ◦ blue 116

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

Shades of Comet #707074

Tints of Comet #707074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 32.94%
G = 32.94%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#707074 (or 0x707074) is known color: Comet. HEX triplet: 70, 70 and 74. RGB value is (112,112,116). Sum of RGB (Red+Green+Blue) = 112+112+116=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #707074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707074 is #8F8F8B. Grayscale: #707070. Windows color (decimal): -9408396 or 7630960. OLE color: 7630960.

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

Color convert

RGB 112 112 116 -
CMYK 0.03 0.03 0 0.55
HSL 240º 0.02% 0.45% -
HSV(B) 240º 0.03% 0.45% -
XYZ 15.63 16.29 18.84 -
YUV 112.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 112 112 116 0.03 0.03 0 0.55 240 0.02 0.45
Hex 70 70 74 3 3 0 37 F0 2 2D
Octal 160 160 164 3 3 0 67 360 2 55
Binary 1110000 1110000 1110100 11 11 0 110111 11110000 10 101101

Color Harmonies of #707074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707074

Black with #707074

Text Example


Text Example

White with #707074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707074; }

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

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

background-color css

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

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

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

border-color css

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

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

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