Html Css Color HEX #7B415F Cosmic

📋 copy color: '#7B415F'

red 123 ◦ green 65 ◦ blue 95

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

Shades of Cosmic #7B415F

Tints of Cosmic #7B415F

RGB

 RED value IS 123 (48.44% from 255) = 43.46%

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 43.46%
G = 22.97%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B415F (or 0x7B415F) is known color: Cosmic. HEX triplet: 7B, 41 and 5F. RGB value is (123,65,95). Sum of RGB (Red+Green+Blue) = 123+65+95=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B415F is #84BEA0. Grayscale: #555555. Windows color (decimal): -8699553 or 6242683. OLE color: 6242683.

HSL color Cylindrical-coordinate representation of color #7B415F: hue angle of 328.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B415F is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 65 95 -
CMYK 0 0.47 0.23 0.52
HSL 328.97º 0.31% 0.37% -
HSV(B) 328.97º 0.47% 0.48% -
XYZ 12.12 8.82 11.89 -
YUV 85.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 123 65 95 0 0.47 0.23 0.52 328.97 0.31 0.37
Hex 7B 41 5F 0 2F 17 34 149 1F 25
Octal 173 101 137 0 57 27 64 511 37 45
Binary 1111011 1000001 1011111 0 101111 10111 110100 101001001 11111 100101

Color Harmonies of #7B415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B415F

Black with #7B415F

Text Example


Text Example

White with #7B415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,95); }

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

background-color css

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

 a { background-color: rgb(123,65,95); }

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

border-color css

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

 span { border-color: rgb(123,65,95); }

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