Html Css Color HEX #76385E Cosmic

📋 copy color: '#76385E'

red 118 ◦ green 56 ◦ blue 94

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

Shades of Cosmic #76385E

Tints of Cosmic #76385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

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

R = 44.03%
G = 20.9%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76385E (or 0x76385E) is known color: Cosmic. HEX triplet: 76, 38 and 5E. RGB value is (118,56,94). Sum of RGB (Red+Green+Blue) = 118+56+94=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385E is #89C7A1. Grayscale: #4E4E4E. Windows color (decimal): -9029538 or 6174838. OLE color: 6174838.

HSL color Cylindrical-coordinate representation of color #76385E: hue angle of 323.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76385E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 94 -
CMYK 0 0.53 0.20 0.54
HSL 323.23º 0.36% 0.34% -
HSV(B) 323.23º 0.53% 0.46% -
XYZ 10.91 7.49 11.46 -
YUV 78.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 118 56 94 0 0.53 0.20 0.54 323.23 0.36 0.34
Hex 76 38 5E 0 35 14 36 143 24 22
Octal 166 70 136 0 65 24 66 503 44 42
Binary 1110110 111000 1011110 0 110101 10100 110110 101000011 100100 100010

Color Harmonies of #76385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76385E

Black with #76385E

Text Example


Text Example

White with #76385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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