Html Css Color HEX #7B4954 Camelot

📋 copy color: '#7B4954'

red 123 ◦ green 73 ◦ blue 84

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

Shades of Camelot #7B4954

Tints of Camelot #7B4954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 43.93%
G = 26.07%
B = 30%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7B4954 (or 0x7B4954) is known color: Camelot. HEX triplet: 7B, 49 and 54. RGB value is (123,73,84). Sum of RGB (Red+Green+Blue) = 123+73+84=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4954 is #84B6AB. Grayscale: #595959. Windows color (decimal): -8697516 or 5523835. OLE color: 5523835.

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

Color convert

RGB 123 73 84 -
CMYK 0 0.41 0.32 0.52
HSL 346.8º 0.26% 0.38% -
HSV(B) 346.8º 0.41% 0.48% -
XYZ 12.15 9.62 9.6 -
YUV 89.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 123 73 84 0 0.41 0.32 0.52 346.8 0.26 0.38
Hex 7B 49 54 0 29 20 34 15B 1A 26
Octal 173 111 124 0 51 40 64 533 32 46
Binary 1111011 1001001 1010100 0 101001 100000 110100 101011011 11010 100110

Color Harmonies of #7B4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4954

Black with #7B4954

Text Example


Text Example

White with #7B4954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,73,84); }

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

background-color css

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

 a { background-color: rgb(123,73,84); }

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

border-color css

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

 span { border-color: rgb(123,73,84); }

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