Html Css Color HEX #714766 Cosmic

📋 copy color: '#714766'

red 113 ◦ green 71 ◦ blue 102

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

Shades of Cosmic #714766

Tints of Cosmic #714766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 39.51%
G = 24.83%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#714766 (or 0x714766) is known color: Cosmic. HEX triplet: 71, 47 and 66. RGB value is (113,71,102). Sum of RGB (Red+Green+Blue) = 113+71+102=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #714766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714766 is #8EB899. Grayscale: #575757. Windows color (decimal): -9353370 or 6702961. OLE color: 6702961.

HSL color Cylindrical-coordinate representation of color #714766: hue angle of 315.71º 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 #714766 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 102 -
CMYK 0 0.37 0.10 0.56
HSL 315.71º 0.23% 0.36% -
HSV(B) 315.71º 0.37% 0.44% -
XYZ 11.46 8.98 13.7 -
YUV 87.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 113 71 102 0 0.37 0.10 0.56 315.71 0.23 0.36
Hex 71 47 66 0 25 A 38 13C 17 24
Octal 161 107 146 0 45 12 70 474 27 44
Binary 1110001 1000111 1100110 0 100101 1010 111000 100111100 10111 100100

Color Harmonies of #714766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714766

Black with #714766

Text Example


Text Example

White with #714766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714766; }

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

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

background-color css

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

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

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

border-color css

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

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

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