Html Css Color HEX #76445A Cosmic

📋 copy color: '#76445A'

red 118 ◦ green 68 ◦ blue 90

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

Shades of Cosmic #76445A

Tints of Cosmic #76445A

RGB

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

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

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

R = 42.75%
G = 24.64%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76445A (or 0x76445A) is known color: Cosmic. HEX triplet: 76, 44 and 5A. RGB value is (118,68,90). Sum of RGB (Red+Green+Blue) = 118+68+90=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445A is #89BBA5. Grayscale: #555555. Windows color (decimal): -9026470 or 5915766. OLE color: 5915766.

HSL color Cylindrical-coordinate representation of color #76445A: hue angle of 333.6º 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 #76445A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 90 -
CMYK 0 0.42 0.24 0.54
HSL 333.6º 0.27% 0.36% -
HSV(B) 333.6º 0.42% 0.46% -
XYZ 11.38 8.72 10.76 -
YUV 85.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 118 68 90 0 0.42 0.24 0.54 333.6 0.27 0.36
Hex 76 44 5A 0 2A 18 36 14E 1B 24
Octal 166 104 132 0 52 30 66 516 33 44
Binary 1110110 1000100 1011010 0 101010 11000 110110 101001110 11011 100100

Color Harmonies of #76445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76445A

Black with #76445A

Text Example


Text Example

White with #76445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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