Html Css Color HEX #764668 Cosmic

📋 copy color: '#764668'

red 118 ◦ green 70 ◦ blue 104

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

Shades of Cosmic #764668

Tints of Cosmic #764668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 40.41%
G = 23.97%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#764668 (or 0x764668) is known color: Cosmic. HEX triplet: 76, 46 and 68. RGB value is (118,70,104). Sum of RGB (Red+Green+Blue) = 118+70+104=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #764668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764668 is #89B997. Grayscale: #585858. Windows color (decimal): -9025944 or 6833782. OLE color: 6833782.

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

Color convert

RGB 118 70 104 -
CMYK 0 0.41 0.12 0.54
HSL 317.5º 0.26% 0.37% -
HSV(B) 317.5º 0.41% 0.46% -
XYZ 12.16 9.23 14.24 -
YUV 88.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 118 70 104 0 0.41 0.12 0.54 317.5 0.26 0.37
Hex 76 46 68 0 29 C 36 13E 1A 25
Octal 166 106 150 0 51 14 66 476 32 45
Binary 1110110 1000110 1101000 0 101001 1100 110110 100111110 11010 100101

Color Harmonies of #764668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764668

Black with #764668

Text Example


Text Example

White with #764668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764668; }

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

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

background-color css

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

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

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

border-color css

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

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

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