Html Css Color HEX #704F65 Cosmic

📋 copy color: '#704F65'

red 112 ◦ green 79 ◦ blue 101

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

Shades of Cosmic #704F65

Tints of Cosmic #704F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.05%

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

R = 38.36%
G = 27.05%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704F65 (or 0x704F65) is known color: Cosmic. HEX triplet: 70, 4F and 65. RGB value is (112,79,101). Sum of RGB (Red+Green+Blue) = 112+79+101=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #704F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F65 is #8FB09A. Grayscale: #5B5B5B. Windows color (decimal): -9416859 or 6639472. OLE color: 6639472.

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

Color convert

RGB 112 79 101 -
CMYK 0 0.29 0.10 0.56
HSL 320º 0.17% 0.37% -
HSV(B) 320º 0.29% 0.44% -
XYZ 11.83 9.98 13.61 -
YUV 91.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 112 79 101 0 0.29 0.10 0.56 320 0.17 0.37
Hex 70 4F 65 0 1D A 38 140 11 25
Octal 160 117 145 0 35 12 70 500 21 45
Binary 1110000 1001111 1100101 0 11101 1010 111000 101000000 10001 100101

Color Harmonies of #704F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F65

Black with #704F65

Text Example


Text Example

White with #704F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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