Html Css Color HEX #76445C Cosmic

📋 copy color: '#76445C'

red 118 ◦ green 68 ◦ blue 92

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

Shades of Cosmic #76445C

Tints of Cosmic #76445C

RGB

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

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

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

R = 42.45%
G = 24.46%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76445C (or 0x76445C) is known color: Cosmic. HEX triplet: 76, 44 and 5C. RGB value is (118,68,92). Sum of RGB (Red+Green+Blue) = 118+68+92=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445C is #89BBA3. Grayscale: #555555. Windows color (decimal): -9026468 or 6046838. OLE color: 6046838.

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

Color convert

RGB 118 68 92 -
CMYK 0 0.42 0.22 0.54
HSL 331.2º 0.27% 0.36% -
HSV(B) 331.2º 0.42% 0.46% -
XYZ 11.47 8.76 11.21 -
YUV 85.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 118 68 92 0 0.42 0.22 0.54 331.2 0.27 0.36
Hex 76 44 5C 0 2A 16 36 14B 1B 24
Octal 166 104 134 0 52 26 66 513 33 44
Binary 1110110 1000100 1011100 0 101010 10110 110110 101001011 11011 100100

Color Harmonies of #76445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76445C

Black with #76445C

Text Example


Text Example

White with #76445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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