Html Css Color HEX #76435B Cosmic

📋 copy color: '#76435B'

red 118 ◦ green 67 ◦ blue 91

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

Shades of Cosmic #76435B

Tints of Cosmic #76435B

RGB

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

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

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

R = 42.75%
G = 24.28%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76435B (or 0x76435B) is known color: Cosmic. HEX triplet: 76, 43 and 5B. RGB value is (118,67,91). Sum of RGB (Red+Green+Blue) = 118+67+91=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435B is #89BCA4. Grayscale: #545454. Windows color (decimal): -9026725 or 5981046. OLE color: 5981046.

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

Color convert

RGB 118 67 91 -
CMYK 0 0.43 0.23 0.54
HSL 331.76º 0.28% 0.36% -
HSV(B) 331.76º 0.43% 0.46% -
XYZ 11.37 8.62 10.96 -
YUV 84.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 118 67 91 0 0.43 0.23 0.54 331.76 0.28 0.36
Hex 76 43 5B 0 2B 17 36 14C 1C 24
Octal 166 103 133 0 53 27 66 514 34 44
Binary 1110110 1000011 1011011 0 101011 10111 110110 101001100 11100 100100

Color Harmonies of #76435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76435B

Black with #76435B

Text Example


Text Example

White with #76435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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