Html Css Color HEX #76445B Cosmic

📋 copy color: '#76445B'

red 118 ◦ green 68 ◦ blue 91

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

Shades of Cosmic #76445B

Tints of Cosmic #76445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 42.6%
G = 24.55%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76445B (or 0x76445B) is known color: Cosmic. HEX triplet: 76, 44 and 5B. RGB value is (118,68,91). Sum of RGB (Red+Green+Blue) = 118+68+91=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445B is #89BBA4. Grayscale: #555555. Windows color (decimal): -9026469 or 5981302. OLE color: 5981302.

HSL color Cylindrical-coordinate representation of color #76445B: hue angle of 332.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76445B is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 91 -
CMYK 0 0.42 0.23 0.54
HSL 332.4º 0.27% 0.36% -
HSV(B) 332.4º 0.42% 0.46% -
XYZ 11.43 8.74 10.98 -
YUV 85.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 118 68 91 0 0.42 0.23 0.54 332.4 0.27 0.36
Hex 76 44 5B 0 2A 17 36 14C 1B 24
Octal 166 104 133 0 52 27 66 514 33 44
Binary 1110110 1000100 1011011 0 101010 10111 110110 101001100 11011 100100

Color Harmonies of #76445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76445B

Black with #76445B

Text Example


Text Example

White with #76445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76445B; }

 p { color: rgb(118,68,91); }

 H1.HeaderClassName
 {
   color: #76445B;
 }
 .AnyTagClassName
 {
   color: #76445B;
 }
</style>

background-color css

<style>
 a { background-color: #76445B; }

 a { background-color: rgb(118,68,91); }

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

border-color css

<style>
 span { border-color: #76445B; }

 span { border-color: rgb(118,68,91); }

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