Html Css Color HEX #714765 Cosmic

📋 copy color: '#714765'

red 113 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #714765

Tints of Cosmic #714765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 39.65%
G = 24.91%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#714765 (or 0x714765) is known color: Cosmic. HEX triplet: 71, 47 and 65. RGB value is (113,71,101). Sum of RGB (Red+Green+Blue) = 113+71+101=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714765 is #8EB89A. Grayscale: #565656. Windows color (decimal): -9353371 or 6637425. OLE color: 6637425.

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

Color convert

RGB 113 71 101 -
CMYK 0 0.37 0.11 0.56
HSL 317.14º 0.23% 0.36% -
HSV(B) 317.14º 0.37% 0.44% -
XYZ 11.41 8.96 13.44 -
YUV 86.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 113 71 101 0 0.37 0.11 0.56 317.14 0.23 0.36
Hex 71 47 65 0 25 B 38 13D 17 24
Octal 161 107 145 0 45 13 70 475 27 44
Binary 1110001 1000111 1100101 0 100101 1011 111000 100111101 10111 100100

Color Harmonies of #714765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714765

Black with #714765

Text Example


Text Example

White with #714765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714765; }

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

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

background-color css

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

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

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

border-color css

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

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

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