Html Css Color HEX #764768 Cosmic

📋 copy color: '#764768'

red 118 ◦ green 71 ◦ blue 104

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

Shades of Cosmic #764768

Tints of Cosmic #764768

RGB

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

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

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

R = 40.27%
G = 24.23%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#764768 (or 0x764768) is known color: Cosmic. HEX triplet: 76, 47 and 68. RGB value is (118,71,104). Sum of RGB (Red+Green+Blue) = 118+71+104=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764768 is #89B897. Grayscale: #585858. Windows color (decimal): -9025688 or 6834038. OLE color: 6834038.

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

Color convert

RGB 118 71 104 -
CMYK 0 0.40 0.12 0.54
HSL 317.87º 0.25% 0.37% -
HSV(B) 317.87º 0.4% 0.46% -
XYZ 12.22 9.36 14.26 -
YUV 88.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 118 71 104 0 0.40 0.12 0.54 317.87 0.25 0.37
Hex 76 47 68 0 28 C 36 13E 19 25
Octal 166 107 150 0 50 14 66 476 31 45
Binary 1110110 1000111 1101000 0 101000 1100 110110 100111110 11001 100101

Color Harmonies of #764768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764768

Black with #764768

Text Example


Text Example

White with #764768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764768; }

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

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

background-color css

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

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

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

border-color css

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

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

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