Html Css Color HEX #7B4250 Camelot

📋 copy color: '#7B4250'

red 123 ◦ green 66 ◦ blue 80

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

Shades of Camelot #7B4250

Tints of Camelot #7B4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 45.72%
G = 24.54%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B4250 (or 0x7B4250) is known color: Camelot. HEX triplet: 7B, 42 and 50. RGB value is (123,66,80). Sum of RGB (Red+Green+Blue) = 123+66+80=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4250 is #84BDAF. Grayscale: #545454. Windows color (decimal): -8699312 or 5259899. OLE color: 5259899.

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

Color convert

RGB 123 66 80 -
CMYK 0 0.46 0.35 0.52
HSL 345.26º 0.3% 0.37% -
HSV(B) 345.26º 0.46% 0.48% -
XYZ 11.56 8.69 8.66 -
YUV 84.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 123 66 80 0 0.46 0.35 0.52 345.26 0.3 0.37
Hex 7B 42 50 0 2E 23 34 159 1E 25
Octal 173 102 120 0 56 43 64 531 36 45
Binary 1111011 1000010 1010000 0 101110 100011 110100 101011001 11110 100101

Color Harmonies of #7B4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4250

Black with #7B4250

Text Example


Text Example

White with #7B4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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