Html Css Color HEX #705365 Cosmic

📋 copy color: '#705365'

red 112 ◦ green 83 ◦ blue 101

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

Shades of Cosmic #705365

Tints of Cosmic #705365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 37.84%
G = 28.04%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705365 (or 0x705365) is known color: Cosmic. HEX triplet: 70, 53 and 65. RGB value is (112,83,101). Sum of RGB (Red+Green+Blue) = 112+83+101=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705365 is #8FAC9A. Grayscale: #5D5D5D. Windows color (decimal): -9415835 or 6640496. OLE color: 6640496.

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

Color convert

RGB 112 83 101 -
CMYK 0 0.26 0.10 0.56
HSL 322.76º 0.15% 0.38% -
HSV(B) 322.76º 0.26% 0.44% -
XYZ 12.12 10.57 13.71 -
YUV 93.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 112 83 101 0 0.26 0.10 0.56 322.76 0.15 0.38
Hex 70 53 65 0 1A A 38 143 F 26
Octal 160 123 145 0 32 12 70 503 17 46
Binary 1110000 1010011 1100101 0 11010 1010 111000 101000011 1111 100110

Color Harmonies of #705365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705365

Black with #705365

Text Example


Text Example

White with #705365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705365; }

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

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

background-color css

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

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

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

border-color css

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

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

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