Html Css Color HEX #7C475F Cosmic

📋 copy color: '#7C475F'

red 124 ◦ green 71 ◦ blue 95

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

Shades of Cosmic #7C475F

Tints of Cosmic #7C475F

RGB

 RED value IS 124 (48.83% from 255) = 42.76%

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 42.76%
G = 24.48%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C475F (or 0x7C475F) is known color: Cosmic. HEX triplet: 7C, 47 and 5F. RGB value is (124,71,95). Sum of RGB (Red+Green+Blue) = 124+71+95=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C475F is #83B8A0. Grayscale: #595959. Windows color (decimal): -8632481 or 6244220. OLE color: 6244220.

HSL color Cylindrical-coordinate representation of color #7C475F: hue angle of 332.83º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C475F is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 71 95 -
CMYK 0 0.43 0.23 0.51
HSL 332.83º 0.27% 0.38% -
HSV(B) 332.83º 0.43% 0.49% -
XYZ 12.63 9.62 12.02 -
YUV 89.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 124 71 95 0 0.43 0.23 0.51 332.83 0.27 0.38
Hex 7C 47 5F 0 2B 17 33 14D 1B 26
Octal 174 107 137 0 53 27 63 515 33 46
Binary 1111100 1000111 1011111 0 101011 10111 110011 101001101 11011 100110

Color Harmonies of #7C475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C475F

Black with #7C475F

Text Example


Text Example

White with #7C475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C475F; }

 p { color: rgb(124,71,95); }

 H1.HeaderClassName
 {
   color: #7C475F;
 }
 .AnyTagClassName
 {
   color: #7C475F;
 }
</style>

background-color css

<style>
 a { background-color: #7C475F; }

 a { background-color: rgb(124,71,95); }

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

border-color css

<style>
 span { border-color: #7C475F; }

 span { border-color: rgb(124,71,95); }

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