Html Css Color HEX #764868 Cosmic

📋 copy color: '#764868'

red 118 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #764868

Tints of Cosmic #764868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 40.14%
G = 24.49%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#764868 (or 0x764868) is known color: Cosmic. HEX triplet: 76, 48 and 68. RGB value is (118,72,104). Sum of RGB (Red+Green+Blue) = 118+72+104=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764868 is #89B797. Grayscale: #595959. Windows color (decimal): -9025432 or 6834294. OLE color: 6834294.

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

Color convert

RGB 118 72 104 -
CMYK 0 0.39 0.12 0.54
HSL 318.26º 0.24% 0.37% -
HSV(B) 318.26º 0.39% 0.46% -
XYZ 12.29 9.49 14.28 -
YUV 89.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 118 72 104 0 0.39 0.12 0.54 318.26 0.24 0.37
Hex 76 48 68 0 27 C 36 13E 18 25
Octal 166 110 150 0 47 14 66 476 30 45
Binary 1110110 1001000 1101000 0 100111 1100 110110 100111110 11000 100101

Color Harmonies of #764868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764868

Black with #764868

Text Example


Text Example

White with #764868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764868; }

 p { color: rgb(118,72,104); }

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

background-color css

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

 a { background-color: rgb(118,72,104); }

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

border-color css

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

 span { border-color: rgb(118,72,104); }

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