Html Css Color HEX #7B384D Camelot

📋 copy color: '#7B384D'

red 123 ◦ green 56 ◦ blue 77

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

Shades of Camelot #7B384D

Tints of Camelot #7B384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 48.05%
G = 21.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B384D (or 0x7B384D) is known color: Camelot. HEX triplet: 7B, 38 and 4D. RGB value is (123,56,77). Sum of RGB (Red+Green+Blue) = 123+56+77=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B384D is #84C7B2. Grayscale: #4E4E4E. Windows color (decimal): -8701875 or 5060731. OLE color: 5060731.

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

Color convert

RGB 123 56 77 -
CMYK 0 0.54 0.37 0.52
HSL 341.19º 0.37% 0.35% -
HSV(B) 341.19º 0.54% 0.48% -
XYZ 10.92 7.58 7.91 -
YUV 78.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 123 56 77 0 0.54 0.37 0.52 341.19 0.37 0.35
Hex 7B 38 4D 0 36 25 34 155 25 23
Octal 173 70 115 0 66 45 64 525 45 43
Binary 1111011 111000 1001101 0 110110 100101 110100 101010101 100101 100011

Color Harmonies of #7B384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B384D

Black with #7B384D

Text Example


Text Example

White with #7B384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,56,77); }

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

background-color css

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

 a { background-color: rgb(123,56,77); }

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

border-color css

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

 span { border-color: rgb(123,56,77); }

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