Html Css Color HEX #7B4556 Cosmic

📋 copy color: '#7B4556'

red 123 ◦ green 69 ◦ blue 86

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

Shades of Cosmic #7B4556

Tints of Cosmic #7B4556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 44.24%
G = 24.82%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B4556 (or 0x7B4556) is known color: Cosmic. HEX triplet: 7B, 45 and 56. RGB value is (123,69,86). Sum of RGB (Red+Green+Blue) = 123+69+86=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4556 is #84BAA9. Grayscale: #575757. Windows color (decimal): -8698538 or 5653883. OLE color: 5653883.

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

Color convert

RGB 123 69 86 -
CMYK 0 0.44 0.30 0.52
HSL 341.11º 0.28% 0.38% -
HSV(B) 341.11º 0.44% 0.48% -
XYZ 11.98 9.14 9.94 -
YUV 87.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 123 69 86 0 0.44 0.30 0.52 341.11 0.28 0.38
Hex 7B 45 56 0 2C 1E 34 155 1C 26
Octal 173 105 126 0 54 36 64 525 34 46
Binary 1111011 1000101 1010110 0 101100 11110 110100 101010101 11100 100110

Color Harmonies of #7B4556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4556

Black with #7B4556

Text Example


Text Example

White with #7B4556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,69,86); }

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

background-color css

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

 a { background-color: rgb(123,69,86); }

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

border-color css

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

 span { border-color: rgb(123,69,86); }

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