Html Css Color HEX #7B476B Cosmic

📋 copy color: '#7B476B'

red 123 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #7B476B

Tints of Cosmic #7B476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 40.86%
G = 23.59%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B476B (or 0x7B476B) is known color: Cosmic. HEX triplet: 7B, 47 and 6B. RGB value is (123,71,107). Sum of RGB (Red+Green+Blue) = 123+71+107=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B476B is #84B894. Grayscale: #5A5A5A. Windows color (decimal): -8698005 or 7030651. OLE color: 7030651.

HSL color Cylindrical-coordinate representation of color #7B476B: hue angle of 318.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B476B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 71 107 -
CMYK 0 0.42 0.13 0.52
HSL 318.46º 0.27% 0.38% -
HSV(B) 318.46º 0.42% 0.48% -
XYZ 13.08 9.78 15.11 -
YUV 90.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 123 71 107 0 0.42 0.13 0.52 318.46 0.27 0.38
Hex 7B 47 6B 0 2A D 34 13E 1B 26
Octal 173 107 153 0 52 15 64 476 33 46
Binary 1111011 1000111 1101011 0 101010 1101 110100 100111110 11011 100110

Color Harmonies of #7B476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B476B

Black with #7B476B

Text Example


Text Example

White with #7B476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,71,107); }

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

background-color css

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

 a { background-color: rgb(123,71,107); }

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

border-color css

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

 span { border-color: rgb(123,71,107); }

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