Html Css Color HEX #764964 Cosmic

📋 copy color: '#764964'

red 118 ◦ green 73 ◦ blue 100

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

Shades of Cosmic #764964

Tints of Cosmic #764964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 40.55%
G = 25.09%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#764964 (or 0x764964) is known color: Cosmic. HEX triplet: 76, 49 and 64. RGB value is (118,73,100). Sum of RGB (Red+Green+Blue) = 118+73+100=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764964 is #89B69B. Grayscale: #595959. Windows color (decimal): -9025180 or 6572406. OLE color: 6572406.

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

Color convert

RGB 118 73 100 -
CMYK 0 0.38 0.15 0.54
HSL 324º 0.24% 0.37% -
HSV(B) 324º 0.38% 0.46% -
XYZ 12.15 9.54 13.26 -
YUV 89.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 118 73 100 0 0.38 0.15 0.54 324 0.24 0.37
Hex 76 49 64 0 26 F 36 144 18 25
Octal 166 111 144 0 46 17 66 504 30 45
Binary 1110110 1001001 1100100 0 100110 1111 110110 101000100 11000 100101

Color Harmonies of #764964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764964

Black with #764964

Text Example


Text Example

White with #764964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764964; }

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

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

background-color css

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

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

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

border-color css

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

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

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