Html Css Color HEX #764D6A Cosmic

📋 copy color: '#764D6A'

red 118 ◦ green 77 ◦ blue 106

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

Shades of Cosmic #764D6A

Tints of Cosmic #764D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 39.2%
G = 25.58%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#764D6A (or 0x764D6A) is known color: Cosmic. HEX triplet: 76, 4D and 6A. RGB value is (118,77,106). Sum of RGB (Red+Green+Blue) = 118+77+106=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D6A is #89B295. Grayscale: #5C5C5C. Windows color (decimal): -9024150 or 6966646. OLE color: 6966646.

HSL color Cylindrical-coordinate representation of color #764D6A: hue angle of 317.56º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D6A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 106 -
CMYK 0 0.35 0.10 0.54
HSL 317.56º 0.21% 0.38% -
HSV(B) 317.56º 0.35% 0.46% -
XYZ 12.73 10.2 14.93 -
YUV 92.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 118 77 106 0 0.35 0.10 0.54 317.56 0.21 0.38
Hex 76 4D 6A 0 23 A 36 13E 15 26
Octal 166 115 152 0 43 12 66 476 25 46
Binary 1110110 1001101 1101010 0 100011 1010 110110 100111110 10101 100110

Color Harmonies of #764D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D6A

Black with #764D6A

Text Example


Text Example

White with #764D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D6A; }

 p { color: rgb(118,77,106); }

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

background-color css

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

 a { background-color: rgb(118,77,106); }

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

border-color css

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

 span { border-color: rgb(118,77,106); }

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