Html Css Color HEX #764F5E Cosmic

📋 copy color: '#764F5E'

red 118 ◦ green 79 ◦ blue 94

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

Shades of Cosmic #764F5E

Tints of Cosmic #764F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 40.55%
G = 27.15%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#764F5E (or 0x764F5E) is known color: Cosmic. HEX triplet: 76, 4F and 5E. RGB value is (118,79,94). Sum of RGB (Red+Green+Blue) = 118+79+94=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F5E is #89B0A1. Grayscale: #5C5C5C. Windows color (decimal): -9023650 or 6180726. OLE color: 6180726.

HSL color Cylindrical-coordinate representation of color #764F5E: hue angle of 336.92º 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 #764F5E is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 94 -
CMYK 0 0.33 0.20 0.54
HSL 336.92º 0.2% 0.39% -
HSV(B) 336.92º 0.33% 0.46% -
XYZ 12.29 10.25 11.92 -
YUV 92.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 118 79 94 0 0.33 0.20 0.54 336.92 0.2 0.39
Hex 76 4F 5E 0 21 14 36 151 14 27
Octal 166 117 136 0 41 24 66 521 24 47
Binary 1110110 1001111 1011110 0 100001 10100 110110 101010001 10100 100111

Color Harmonies of #764F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F5E

Black with #764F5E

Text Example


Text Example

White with #764F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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