Html Css Color HEX #763F5C Cosmic

📋 copy color: '#763F5C'

red 118 ◦ green 63 ◦ blue 92

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

Shades of Cosmic #763F5C

Tints of Cosmic #763F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 43.22%
G = 23.08%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#763F5C (or 0x763F5C) is known color: Cosmic. HEX triplet: 76, 3F and 5C. RGB value is (118,63,92). Sum of RGB (Red+Green+Blue) = 118+63+92=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F5C is #89C0A3. Grayscale: #525252. Windows color (decimal): -9027748 or 6045558. OLE color: 6045558.

HSL color Cylindrical-coordinate representation of color #763F5C: hue angle of 328.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763F5C is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 92 -
CMYK 0 0.47 0.22 0.54
HSL 328.36º 0.3% 0.35% -
HSV(B) 328.36º 0.47% 0.46% -
XYZ 11.18 8.18 11.11 -
YUV 82.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 118 63 92 0 0.47 0.22 0.54 328.36 0.3 0.35
Hex 76 3F 5C 0 2F 16 36 148 1E 23
Octal 166 77 134 0 57 26 66 510 36 43
Binary 1110110 111111 1011100 0 101111 10110 110110 101001000 11110 100011

Color Harmonies of #763F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F5C

Black with #763F5C

Text Example


Text Example

White with #763F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F5C; }

 p { color: rgb(118,63,92); }

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

background-color css

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

 a { background-color: rgb(118,63,92); }

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

border-color css

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

 span { border-color: rgb(118,63,92); }

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