Html Css Color HEX #7B3348 Camelot

📋 copy color: '#7B3348'

red 123 ◦ green 51 ◦ blue 72

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

Shades of Camelot #7B3348

Tints of Camelot #7B3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 50%
G = 20.73%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#7B3348 (or 0x7B3348) is known color: Camelot. HEX triplet: 7B, 33 and 48. RGB value is (123,51,72). Sum of RGB (Red+Green+Blue) = 123+51+72=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3348 is #84CCB7. Grayscale: #4A4A4A. Windows color (decimal): -8703160 or 4731771. OLE color: 4731771.

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

Color convert

RGB 123 51 72 -
CMYK 0 0.59 0.41 0.52
HSL 342.5º 0.41% 0.34% -
HSV(B) 342.5º 0.59% 0.48% -
XYZ 10.52 7.05 6.94 -
YUV 74.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 123 51 72 0 0.59 0.41 0.52 342.5 0.41 0.34
Hex 7B 33 48 0 3B 29 34 156 29 22
Octal 173 63 110 0 73 51 64 526 51 42
Binary 1111011 110011 1001000 0 111011 101001 110100 101010110 101001 100010

Color Harmonies of #7B3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3348

Black with #7B3348

Text Example


Text Example

White with #7B3348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,51,72); }

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

background-color css

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

 a { background-color: rgb(123,51,72); }

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

border-color css

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

 span { border-color: rgb(123,51,72); }

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