Html Css Color HEX #76435D Cosmic

📋 copy color: '#76435D'

red 118 ◦ green 67 ◦ blue 93

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

Shades of Cosmic #76435D

Tints of Cosmic #76435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 42.45%
G = 24.1%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76435D (or 0x76435D) is known color: Cosmic. HEX triplet: 76, 43 and 5D. RGB value is (118,67,93). Sum of RGB (Red+Green+Blue) = 118+67+93=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435D is #89BCA2. Grayscale: #555555. Windows color (decimal): -9026723 or 6112118. OLE color: 6112118.

HSL color Cylindrical-coordinate representation of color #76435D: hue angle of 329.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76435D is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 93 -
CMYK 0 0.43 0.21 0.54
HSL 329.41º 0.28% 0.36% -
HSV(B) 329.41º 0.43% 0.46% -
XYZ 11.45 8.66 11.42 -
YUV 85.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 118 67 93 0 0.43 0.21 0.54 329.41 0.28 0.36
Hex 76 43 5D 0 2B 15 36 149 1C 24
Octal 166 103 135 0 53 25 66 511 34 44
Binary 1110110 1000011 1011101 0 101011 10101 110110 101001001 11100 100100

Color Harmonies of #76435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76435D

Black with #76435D

Text Example


Text Example

White with #76435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76435D; }

 p { color: rgb(118,67,93); }

 H1.HeaderClassName
 {
   color: #76435D;
 }
 .AnyTagClassName
 {
   color: #76435D;
 }
</style>

background-color css

<style>
 a { background-color: #76435D; }

 a { background-color: rgb(118,67,93); }

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

border-color css

<style>
 span { border-color: #76435D; }

 span { border-color: rgb(118,67,93); }

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