Html Css Color HEX #705266 Cosmic

📋 copy color: '#705266'

red 112 ◦ green 82 ◦ blue 102

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

Shades of Cosmic #705266

Tints of Cosmic #705266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 37.84%
G = 27.7%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705266 (or 0x705266) is known color: Cosmic. HEX triplet: 70, 52 and 66. RGB value is (112,82,102). Sum of RGB (Red+Green+Blue) = 112+82+102=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705266 is #8FAD99. Grayscale: #5D5D5D. Windows color (decimal): -9416090 or 6705776. OLE color: 6705776.

HSL color Cylindrical-coordinate representation of color #705266: hue angle of 320º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705266 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 102 -
CMYK 0 0.27 0.09 0.56
HSL 320º 0.15% 0.38% -
HSV(B) 320º 0.27% 0.44% -
XYZ 12.1 10.44 13.95 -
YUV 93.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 112 82 102 0 0.27 0.09 0.56 320 0.15 0.38
Hex 70 52 66 0 1B 9 38 140 F 26
Octal 160 122 146 0 33 11 70 500 17 46
Binary 1110000 1010010 1100110 0 11011 1001 111000 101000000 1111 100110

Color Harmonies of #705266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705266

Black with #705266

Text Example


Text Example

White with #705266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705266; }

 p { color: rgb(112,82,102); }

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

background-color css

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

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

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

border-color css

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

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

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