Html Css Color HEX #7B3E50 Camelot

📋 copy color: '#7B3E50'

red 123 ◦ green 62 ◦ blue 80

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

Shades of Camelot #7B3E50

Tints of Camelot #7B3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 46.42%
G = 23.4%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B3E50 (or 0x7B3E50) is known color: Camelot. HEX triplet: 7B, 3E and 50. RGB value is (123,62,80). Sum of RGB (Red+Green+Blue) = 123+62+80=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3E50 is #84C1AF. Grayscale: #525252. Windows color (decimal): -8700336 or 5258875. OLE color: 5258875.

HSL color Cylindrical-coordinate representation of color #7B3E50: hue angle of 342.3º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3E50 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 62 80 -
CMYK 0 0.50 0.35 0.52
HSL 342.3º 0.33% 0.36% -
HSV(B) 342.3º 0.5% 0.48% -
XYZ 11.34 8.24 8.58 -
YUV 82.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 123 62 80 0 0.50 0.35 0.52 342.3 0.33 0.36
Hex 7B 3E 50 0 32 23 34 156 21 24
Octal 173 76 120 0 62 43 64 526 41 44
Binary 1111011 111110 1010000 0 110010 100011 110100 101010110 100001 100100

Color Harmonies of #7B3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3E50

Black with #7B3E50

Text Example


Text Example

White with #7B3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,62,80); }

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

background-color css

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

 a { background-color: rgb(123,62,80); }

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

border-color css

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

 span { border-color: rgb(123,62,80); }

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