Html Css Color HEX #764969 Cosmic

📋 copy color: '#764969'

red 118 ◦ green 73 ◦ blue 105

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

Shades of Cosmic #764969

Tints of Cosmic #764969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 39.86%
G = 24.66%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764969 (or 0x764969) is known color: Cosmic. HEX triplet: 76, 49 and 69. RGB value is (118,73,105). Sum of RGB (Red+Green+Blue) = 118+73+105=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764969 is #89B696. Grayscale: #5A5A5A. Windows color (decimal): -9025175 or 6900086. OLE color: 6900086.

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

Color convert

RGB 118 73 105 -
CMYK 0 0.38 0.11 0.54
HSL 317.33º 0.24% 0.37% -
HSV(B) 317.33º 0.38% 0.46% -
XYZ 12.4 9.64 14.57 -
YUV 90.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 118 73 105 0 0.38 0.11 0.54 317.33 0.24 0.37
Hex 76 49 69 0 26 B 36 13D 18 25
Octal 166 111 151 0 46 13 66 475 30 45
Binary 1110110 1001001 1101001 0 100110 1011 110110 100111101 11000 100101

Color Harmonies of #764969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764969

Black with #764969

Text Example


Text Example

White with #764969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764969; }

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

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

background-color css

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

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

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

border-color css

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

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

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