Html Css Color HEX #764F5A Cosmic

📋 copy color: '#764F5A'

red 118 ◦ green 79 ◦ blue 90

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

Shades of Cosmic #764F5A

Tints of Cosmic #764F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 41.11%
G = 27.53%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#764F5A (or 0x764F5A) is known color: Cosmic. HEX triplet: 76, 4F and 5A. RGB value is (118,79,90). Sum of RGB (Red+Green+Blue) = 118+79+90=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F5A is #89B0A5. Grayscale: #5B5B5B. Windows color (decimal): -9023654 or 5918582. OLE color: 5918582.

HSL color Cylindrical-coordinate representation of color #764F5A: hue angle of 343.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F5A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 90 -
CMYK 0 0.33 0.24 0.54
HSL 343.08º 0.2% 0.39% -
HSV(B) 343.08º 0.33% 0.46% -
XYZ 12.11 10.18 11 -
YUV 91.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 118 79 90 0 0.33 0.24 0.54 343.08 0.2 0.39
Hex 76 4F 5A 0 21 18 36 157 14 27
Octal 166 117 132 0 41 30 66 527 24 47
Binary 1110110 1001111 1011010 0 100001 11000 110110 101010111 10100 100111

Color Harmonies of #764F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F5A

Black with #764F5A

Text Example


Text Example

White with #764F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,90); }

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

background-color css

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

 a { background-color: rgb(118,79,90); }

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

border-color css

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

 span { border-color: rgb(118,79,90); }

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