Html Css Color HEX #764364 Cosmic

📋 copy color: '#764364'

red 118 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #764364

Tints of Cosmic #764364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 41.4%
G = 23.51%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#764364 (or 0x764364) is known color: Cosmic. HEX triplet: 76, 43 and 64. RGB value is (118,67,100). Sum of RGB (Red+Green+Blue) = 118+67+100=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764364 is #89BC9B. Grayscale: #555555. Windows color (decimal): -9026716 or 6570870. OLE color: 6570870.

HSL color Cylindrical-coordinate representation of color #764364: hue angle of 321.18º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764364 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 100 -
CMYK 0 0.43 0.15 0.54
HSL 321.18º 0.28% 0.36% -
HSV(B) 321.18º 0.43% 0.46% -
XYZ 11.78 8.79 13.13 -
YUV 86.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 118 67 100 0 0.43 0.15 0.54 321.18 0.28 0.36
Hex 76 43 64 0 2B F 36 141 1C 24
Octal 166 103 144 0 53 17 66 501 34 44
Binary 1110110 1000011 1100100 0 101011 1111 110110 101000001 11100 100100

Color Harmonies of #764364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764364

Black with #764364

Text Example


Text Example

White with #764364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764364; }

 p { color: rgb(118,67,100); }

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

background-color css

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

 a { background-color: rgb(118,67,100); }

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

border-color css

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

 span { border-color: rgb(118,67,100); }

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