Html Css Color HEX #764563 Cosmic

📋 copy color: '#764563'

red 118 ◦ green 69 ◦ blue 99

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

Shades of Cosmic #764563

Tints of Cosmic #764563

RGB

 RED value IS 118 (46.48% from 255) = 41.26%

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 41.26%
G = 24.13%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#764563 (or 0x764563) is known color: Cosmic. HEX triplet: 76, 45 and 63. RGB value is (118,69,99). Sum of RGB (Red+Green+Blue) = 118+69+99=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764563 is #89BA9C. Grayscale: #575757. Windows color (decimal): -9026205 or 6505846. OLE color: 6505846.

HSL color Cylindrical-coordinate representation of color #764563: hue angle of 323.27º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764563 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 99 -
CMYK 0 0.42 0.16 0.54
HSL 323.27º 0.26% 0.37% -
HSV(B) 323.27º 0.42% 0.46% -
XYZ 11.85 9.01 12.92 -
YUV 87.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 118 69 99 0 0.42 0.16 0.54 323.27 0.26 0.37
Hex 76 45 63 0 2A 10 36 143 1A 25
Octal 166 105 143 0 52 20 66 503 32 45
Binary 1110110 1000101 1100011 0 101010 10000 110110 101000011 11010 100101

Color Harmonies of #764563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764563

Black with #764563

Text Example


Text Example

White with #764563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764563; }

 p { color: rgb(118,69,99); }

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

background-color css

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

 a { background-color: rgb(118,69,99); }

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

border-color css

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

 span { border-color: rgb(118,69,99); }

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