Html Css Color HEX #76435F Cosmic

📋 copy color: '#76435F'

red 118 ◦ green 67 ◦ blue 95

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

Shades of Cosmic #76435F

Tints of Cosmic #76435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 42.14%
G = 23.93%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76435F (or 0x76435F) is known color: Cosmic. HEX triplet: 76, 43 and 5F. RGB value is (118,67,95). Sum of RGB (Red+Green+Blue) = 118+67+95=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435F is #89BCA0. Grayscale: #555555. Windows color (decimal): -9026721 or 6243190. OLE color: 6243190.

HSL color Cylindrical-coordinate representation of color #76435F: hue angle of 327.06º 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 #76435F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 95 -
CMYK 0 0.43 0.19 0.54
HSL 327.06º 0.28% 0.36% -
HSV(B) 327.06º 0.43% 0.46% -
XYZ 11.54 8.69 11.9 -
YUV 85.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 118 67 95 0 0.43 0.19 0.54 327.06 0.28 0.36
Hex 76 43 5F 0 2B 13 36 147 1C 24
Octal 166 103 137 0 53 23 66 507 34 44
Binary 1110110 1000011 1011111 0 101011 10011 110110 101000111 11100 100100

Color Harmonies of #76435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76435F

Black with #76435F

Text Example


Text Example

White with #76435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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