Html Css Color HEX #714965 Cosmic

📋 copy color: '#714965'

red 113 ◦ green 73 ◦ blue 101

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

Shades of Cosmic #714965

Tints of Cosmic #714965

RGB

 RED value IS 113 (44.53% from 255) = 39.37%

 GREEN value IS 73 (28.91% from 255) = 25.44%

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

R = 39.37%
G = 25.44%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#714965 (or 0x714965) is known color: Cosmic. HEX triplet: 71, 49 and 65. RGB value is (113,73,101). Sum of RGB (Red+Green+Blue) = 113+73+101=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #714965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714965 is #8EB69A. Grayscale: #585858. Windows color (decimal): -9352859 or 6637937. OLE color: 6637937.

HSL color Cylindrical-coordinate representation of color #714965: hue angle of 318º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714965 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 101 -
CMYK 0 0.35 0.11 0.56
HSL 318º 0.22% 0.36% -
HSV(B) 318º 0.35% 0.44% -
XYZ 11.54 9.22 13.48 -
YUV 88.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 113 73 101 0 0.35 0.11 0.56 318 0.22 0.36
Hex 71 49 65 0 23 B 38 13E 16 24
Octal 161 111 145 0 43 13 70 476 26 44
Binary 1110001 1001001 1100101 0 100011 1011 111000 100111110 10110 100100

Color Harmonies of #714965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714965

Black with #714965

Text Example


Text Example

White with #714965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714965; }

 p { color: rgb(113,73,101); }

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

background-color css

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

 a { background-color: rgb(113,73,101); }

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

border-color css

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

 span { border-color: rgb(113,73,101); }

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