Html Css Color HEX #7C435F Cosmic

📋 copy color: '#7C435F'

red 124 ◦ green 67 ◦ blue 95

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

Shades of Cosmic #7C435F

Tints of Cosmic #7C435F

RGB

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

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

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

R = 43.36%
G = 23.43%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C435F (or 0x7C435F) is known color: Cosmic. HEX triplet: 7C, 43 and 5F. RGB value is (124,67,95). Sum of RGB (Red+Green+Blue) = 124+67+95=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C435F is #83BCA0. Grayscale: #575757. Windows color (decimal): -8633505 or 6243196. OLE color: 6243196.

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

Color convert

RGB 124 67 95 -
CMYK 0 0.46 0.23 0.51
HSL 330.53º 0.3% 0.37% -
HSV(B) 330.53º 0.46% 0.49% -
XYZ 12.38 9.13 11.94 -
YUV 87.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 124 67 95 0 0.46 0.23 0.51 330.53 0.3 0.37
Hex 7C 43 5F 0 2E 17 33 14B 1E 25
Octal 174 103 137 0 56 27 63 513 36 45
Binary 1111100 1000011 1011111 0 101110 10111 110011 101001011 11110 100101

Color Harmonies of #7C435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C435F

Black with #7C435F

Text Example


Text Example

White with #7C435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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