Html Css Color HEX #7B374C Camelot

📋 copy color: '#7B374C'

red 123 ◦ green 55 ◦ blue 76

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

Shades of Camelot #7B374C

Tints of Camelot #7B374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 48.43%
G = 21.65%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7B374C (or 0x7B374C) is known color: Camelot. HEX triplet: 7B, 37 and 4C. RGB value is (123,55,76). Sum of RGB (Red+Green+Blue) = 123+55+76=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B374C is #84C8B3. Grayscale: #4D4D4D. Windows color (decimal): -8702132 or 4994939. OLE color: 4994939.

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

Color convert

RGB 123 55 76 -
CMYK 0 0.55 0.38 0.52
HSL 341.47º 0.38% 0.35% -
HSV(B) 341.47º 0.55% 0.48% -
XYZ 10.84 7.47 7.71 -
YUV 77.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 123 55 76 0 0.55 0.38 0.52 341.47 0.38 0.35
Hex 7B 37 4C 0 37 26 34 155 26 23
Octal 173 67 114 0 67 46 64 525 46 43
Binary 1111011 110111 1001100 0 110111 100110 110100 101010101 100110 100011

Color Harmonies of #7B374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B374C

Black with #7B374C

Text Example


Text Example

White with #7B374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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