Html Css Color HEX #764963 Cosmic

📋 copy color: '#764963'

red 118 ◦ green 73 ◦ blue 99

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

Shades of Cosmic #764963

Tints of Cosmic #764963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 40.69%
G = 25.17%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#764963 (or 0x764963) is known color: Cosmic. HEX triplet: 76, 49 and 63. RGB value is (118,73,99). Sum of RGB (Red+Green+Blue) = 118+73+99=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764963 is #89B69C. Grayscale: #595959. Windows color (decimal): -9025181 or 6506870. OLE color: 6506870.

HSL color Cylindrical-coordinate representation of color #764963: hue angle of 325.33º 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 #764963 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 99 -
CMYK 0 0.38 0.16 0.54
HSL 325.33º 0.24% 0.37% -
HSV(B) 325.33º 0.38% 0.46% -
XYZ 12.11 9.52 13 -
YUV 89.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 118 73 99 0 0.38 0.16 0.54 325.33 0.24 0.37
Hex 76 49 63 0 26 10 36 145 18 25
Octal 166 111 143 0 46 20 66 505 30 45
Binary 1110110 1001001 1100011 0 100110 10000 110110 101000101 11000 100101

Color Harmonies of #764963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764963

Black with #764963

Text Example


Text Example

White with #764963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764963; }

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

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

background-color css

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

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

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

border-color css

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

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

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