Html Css Color HEX #7B344A Camelot

📋 copy color: '#7B344A'

red 123 ◦ green 52 ◦ blue 74

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

Shades of Camelot #7B344A

Tints of Camelot #7B344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 49.4%
G = 20.88%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7B344A (or 0x7B344A) is known color: Camelot. HEX triplet: 7B, 34 and 4A. RGB value is (123,52,74). Sum of RGB (Red+Green+Blue) = 123+52+74=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B344A is #84CBB5. Grayscale: #4B4B4B. Windows color (decimal): -8702902 or 4863099. OLE color: 4863099.

HSL color Cylindrical-coordinate representation of color #7B344A: hue angle of 341.41º 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 #7B344A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 52 74 -
CMYK 0 0.58 0.40 0.52
HSL 341.41º 0.41% 0.34% -
HSV(B) 341.41º 0.58% 0.48% -
XYZ 10.63 7.16 7.3 -
YUV 75.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 123 52 74 0 0.58 0.40 0.52 341.41 0.41 0.34
Hex 7B 34 4A 0 3A 28 34 155 29 22
Octal 173 64 112 0 72 50 64 525 51 42
Binary 1111011 110100 1001010 0 111010 101000 110100 101010101 101001 100010

Color Harmonies of #7B344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B344A

Black with #7B344A

Text Example


Text Example

White with #7B344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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