Html Css Color HEX #705265 Cosmic

📋 copy color: '#705265'

red 112 ◦ green 82 ◦ blue 101

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

Shades of Cosmic #705265

Tints of Cosmic #705265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 37.97%
G = 27.8%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705265 (or 0x705265) is known color: Cosmic. HEX triplet: 70, 52 and 65. RGB value is (112,82,101). Sum of RGB (Red+Green+Blue) = 112+82+101=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705265 is #8FAD9A. Grayscale: #5D5D5D. Windows color (decimal): -9416091 or 6640240. OLE color: 6640240.

HSL color Cylindrical-coordinate representation of color #705265: hue angle of 322º 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 #705265 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 101 -
CMYK 0 0.27 0.10 0.56
HSL 322º 0.15% 0.38% -
HSV(B) 322º 0.27% 0.44% -
XYZ 12.05 10.42 13.69 -
YUV 93.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 112 82 101 0 0.27 0.10 0.56 322 0.15 0.38
Hex 70 52 65 0 1B A 38 142 F 26
Octal 160 122 145 0 33 12 70 502 17 46
Binary 1110000 1010010 1100101 0 11011 1010 111000 101000010 1111 100110

Color Harmonies of #705265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705265

Black with #705265

Text Example


Text Example

White with #705265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705265; }

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

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

background-color css

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

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

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

border-color css

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

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

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