Html Css Color HEX #7B3745 Camelot

📋 copy color: '#7B3745'

red 123 ◦ green 55 ◦ blue 69

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

Shades of Camelot #7B3745

Tints of Camelot #7B3745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 49.8%
G = 22.27%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7B3745 (or 0x7B3745) is known color: Camelot. HEX triplet: 7B, 37 and 45. RGB value is (123,55,69). Sum of RGB (Red+Green+Blue) = 123+55+69=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3745 is #84C8BA. Grayscale: #4C4C4C. Windows color (decimal): -8702139 or 4536187. OLE color: 4536187.

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

Color convert

RGB 123 55 69 -
CMYK 0 0.55 0.44 0.52
HSL 347.65º 0.38% 0.35% -
HSV(B) 347.65º 0.55% 0.48% -
XYZ 10.61 7.37 6.49 -
YUV 76.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 123 55 69 0 0.55 0.44 0.52 347.65 0.38 0.35
Hex 7B 37 45 0 37 2C 34 15C 26 23
Octal 173 67 105 0 67 54 64 534 46 43
Binary 1111011 110111 1000101 0 110111 101100 110100 101011100 100110 100011

Color Harmonies of #7B3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3745

Black with #7B3745

Text Example


Text Example

White with #7B3745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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