Html Css Color HEX #7C435B Cosmic

📋 copy color: '#7C435B'

red 124 ◦ green 67 ◦ blue 91

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

Shades of Cosmic #7C435B

Tints of Cosmic #7C435B

RGB

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

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

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

R = 43.97%
G = 23.76%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C435B (or 0x7C435B) is known color: Cosmic. HEX triplet: 7C, 43 and 5B. RGB value is (124,67,91). Sum of RGB (Red+Green+Blue) = 124+67+91=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C435B is #83BCA4. Grayscale: #565656. Windows color (decimal): -8633509 or 5981052. OLE color: 5981052.

HSL color Cylindrical-coordinate representation of color #7C435B: hue angle of 334.74º 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 #7C435B is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 67 91 -
CMYK 0 0.46 0.27 0.51
HSL 334.74º 0.3% 0.37% -
HSV(B) 334.74º 0.46% 0.49% -
XYZ 12.21 9.05 11 -
YUV 86.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 124 67 91 0 0.46 0.27 0.51 334.74 0.3 0.37
Hex 7C 43 5B 0 2E 1B 33 14F 1E 25
Octal 174 103 133 0 56 33 63 517 36 45
Binary 1111100 1000011 1011011 0 101110 11011 110011 101001111 11110 100101

Color Harmonies of #7C435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C435B

Black with #7C435B

Text Example


Text Example

White with #7C435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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