Html Css Color HEX #704B65 Cosmic

📋 copy color: '#704B65'

red 112 ◦ green 75 ◦ blue 101

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

Shades of Cosmic #704B65

Tints of Cosmic #704B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.04%

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

R = 38.89%
G = 26.04%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704B65 (or 0x704B65) is known color: Cosmic. HEX triplet: 70, 4B and 65. RGB value is (112,75,101). Sum of RGB (Red+Green+Blue) = 112+75+101=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B65 is #8FB49A. Grayscale: #585858. Windows color (decimal): -9417883 or 6638448. OLE color: 6638448.

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

Color convert

RGB 112 75 101 -
CMYK 0 0.33 0.10 0.56
HSL 317.84º 0.2% 0.37% -
HSV(B) 317.84º 0.33% 0.44% -
XYZ 11.55 9.42 13.52 -
YUV 89.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 112 75 101 0 0.33 0.10 0.56 317.84 0.2 0.37
Hex 70 4B 65 0 21 A 38 13E 14 25
Octal 160 113 145 0 41 12 70 476 24 45
Binary 1110000 1001011 1100101 0 100001 1010 111000 100111110 10100 100101

Color Harmonies of #704B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B65

Black with #704B65

Text Example


Text Example

White with #704B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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