Html Css Color HEX #76425F Cosmic

📋 copy color: '#76425F'

red 118 ◦ green 66 ◦ blue 95

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

Shades of Cosmic #76425F

Tints of Cosmic #76425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 42.29%
G = 23.66%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76425F (or 0x76425F) is known color: Cosmic. HEX triplet: 76, 42 and 5F. RGB value is (118,66,95). Sum of RGB (Red+Green+Blue) = 118+66+95=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76425F is #89BDA0. Grayscale: #545454. Windows color (decimal): -9026977 or 6242934. OLE color: 6242934.

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

Color convert

RGB 118 66 95 -
CMYK 0 0.44 0.19 0.54
HSL 326.54º 0.28% 0.36% -
HSV(B) 326.54º 0.44% 0.46% -
XYZ 11.48 8.57 11.88 -
YUV 84.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 118 66 95 0 0.44 0.19 0.54 326.54 0.28 0.36
Hex 76 42 5F 0 2C 13 36 147 1C 24
Octal 166 102 137 0 54 23 66 507 34 44
Binary 1110110 1000010 1011111 0 101100 10011 110110 101000111 11100 100100

Color Harmonies of #76425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76425F

Black with #76425F

Text Example


Text Example

White with #76425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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