Html Css Color HEX #707181 Comet

📋 copy color: '#707181'

red 112 ◦ green 113 ◦ blue 129

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

Shades of Comet #707181

Tints of Comet #707181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 129 (50.78% from 255) = 36.44%

R = 31.64%
G = 31.92%
B = 36.44%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#707181 (or 0x707181) is known color: Comet. HEX triplet: 70, 71 and 81. RGB value is (112,113,129). Sum of RGB (Red+Green+Blue) = 112+113+129=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 129 - color contains mainly: blue. Hex color #707181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707181 is #8F8E7E. Grayscale: #727272. Windows color (decimal): -9408127 or 8483184. OLE color: 8483184.

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

Color convert

RGB 112 113 129 -
CMYK 0.13 0.12 0 0.49
HSL 236.47º 0.07% 0.47% -
HSV(B) 236.47º 0.13% 0.51% -
XYZ 16.55 16.84 23.15 -
YUV 114.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 112 113 129 0.13 0.12 0 0.49 236.47 0.07 0.47
Hex 70 71 81 D C 0 31 EC 7 2F
Octal 160 161 201 15 14 0 61 354 7 57
Binary 1110000 1110001 10000001 1101 1100 0 110001 11101100 111 101111

Color Harmonies of #707181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707181

Black with #707181

Text Example


Text Example

White with #707181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707181; }

 p { color: rgb(112,113,129); }

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

background-color css

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

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

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

border-color css

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

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

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