Html Css Color HEX #707085 Comet

📋 copy color: '#707085'

red 112 ◦ green 112 ◦ blue 133

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

Shades of Comet #707085

Tints of Comet #707085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 31.37%
G = 31.37%
B = 37.25%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707085 (or 0x707085) is known color: Comet. HEX triplet: 70, 70 and 85. RGB value is (112,112,133). Sum of RGB (Red+Green+Blue) = 112+112+133=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #707085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707085 is #8F8F7A. Grayscale: #727272. Windows color (decimal): -9408379 or 8745072. OLE color: 8745072.

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

Color convert

RGB 112 112 133 -
CMYK 0.16 0.16 0 0.48
HSL 240º 0.09% 0.48% -
HSV(B) 240º 0.16% 0.52% -
XYZ 16.71 16.73 24.54 -
YUV 114.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 112 112 133 0.16 0.16 0 0.48 240 0.09 0.48
Hex 70 70 85 10 10 0 30 F0 9 30
Octal 160 160 205 20 20 0 60 360 11 60
Binary 1110000 1110000 10000101 10000 10000 0 110000 11110000 1001 110000

Color Harmonies of #707085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707085

Black with #707085

Text Example


Text Example

White with #707085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707085; }

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

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

background-color css

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

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

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

border-color css

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

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

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