Html Css Color HEX #7B3442 Camelot

📋 copy color: '#7B3442'

red 123 ◦ green 52 ◦ blue 66

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

Shades of Camelot #7B3442

Tints of Camelot #7B3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 51.04%
G = 21.58%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7B3442 (or 0x7B3442) is known color: Camelot. HEX triplet: 7B, 34 and 42. RGB value is (123,52,66). Sum of RGB (Red+Green+Blue) = 123+52+66=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3442 is #84CBBD. Grayscale: #4A4A4A. Windows color (decimal): -8702910 or 4338811. OLE color: 4338811.

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

Color convert

RGB 123 52 66 -
CMYK 0 0.58 0.46 0.52
HSL 348.17º 0.41% 0.34% -
HSV(B) 348.17º 0.58% 0.48% -
XYZ 10.38 7.06 5.97 -
YUV 74.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 123 52 66 0 0.58 0.46 0.52 348.17 0.41 0.34
Hex 7B 34 42 0 3A 2E 34 15C 29 22
Octal 173 64 102 0 72 56 64 534 51 42
Binary 1111011 110100 1000010 0 111010 101110 110100 101011100 101001 100010

Color Harmonies of #7B3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3442

Black with #7B3442

Text Example


Text Example

White with #7B3442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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