Html Css Color HEX #76425C Cosmic

📋 copy color: '#76425C'

red 118 ◦ green 66 ◦ blue 92

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

Shades of Cosmic #76425C

Tints of Cosmic #76425C

RGB

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

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

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

R = 42.75%
G = 23.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76425C (or 0x76425C) is known color: Cosmic. HEX triplet: 76, 42 and 5C. RGB value is (118,66,92). Sum of RGB (Red+Green+Blue) = 118+66+92=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76425C is #89BDA3. Grayscale: #545454. Windows color (decimal): -9026980 or 6046326. OLE color: 6046326.

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

Color convert

RGB 118 66 92 -
CMYK 0 0.44 0.22 0.54
HSL 330º 0.28% 0.36% -
HSV(B) 330º 0.44% 0.46% -
XYZ 11.35 8.52 11.17 -
YUV 84.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 118 66 92 0 0.44 0.22 0.54 330 0.28 0.36
Hex 76 42 5C 0 2C 16 36 14A 1C 24
Octal 166 102 134 0 54 26 66 512 34 44
Binary 1110110 1000010 1011100 0 101100 10110 110110 101001010 11100 100100

Color Harmonies of #76425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76425C

Black with #76425C

Text Example


Text Example

White with #76425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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