Html Css Color HEX #704C65 Cosmic

📋 copy color: '#704C65'

red 112 ◦ green 76 ◦ blue 101

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

Shades of Cosmic #704C65

Tints of Cosmic #704C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.3%

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

R = 38.75%
G = 26.3%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704C65 (or 0x704C65) is known color: Cosmic. HEX triplet: 70, 4C and 65. RGB value is (112,76,101). Sum of RGB (Red+Green+Blue) = 112+76+101=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C65 is #8FB39A. Grayscale: #595959. Windows color (decimal): -9417627 or 6638704. OLE color: 6638704.

HSL color Cylindrical-coordinate representation of color #704C65: hue angle of 318.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C65 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 101 -
CMYK 0 0.32 0.10 0.56
HSL 318.33º 0.19% 0.37% -
HSV(B) 318.33º 0.32% 0.44% -
XYZ 11.62 9.55 13.54 -
YUV 89.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 112 76 101 0 0.32 0.10 0.56 318.33 0.19 0.37
Hex 70 4C 65 0 20 A 38 13E 13 25
Octal 160 114 145 0 40 12 70 476 23 45
Binary 1110000 1001100 1100101 0 100000 1010 111000 100111110 10011 100101

Color Harmonies of #704C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C65

Black with #704C65

Text Example


Text Example

White with #704C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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