Html Css Color HEX #7B4150 Camelot

📋 copy color: '#7B4150'

red 123 ◦ green 65 ◦ blue 80

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

Shades of Camelot #7B4150

Tints of Camelot #7B4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 45.9%
G = 24.25%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B4150 (or 0x7B4150) is known color: Camelot. HEX triplet: 7B, 41 and 50. RGB value is (123,65,80). Sum of RGB (Red+Green+Blue) = 123+65+80=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4150 is #84BEAF. Grayscale: #545454. Windows color (decimal): -8699568 or 5259643. OLE color: 5259643.

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

Color convert

RGB 123 65 80 -
CMYK 0 0.47 0.35 0.52
HSL 344.48º 0.31% 0.37% -
HSV(B) 344.48º 0.47% 0.48% -
XYZ 11.51 8.57 8.64 -
YUV 84.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 123 65 80 0 0.47 0.35 0.52 344.48 0.31 0.37
Hex 7B 41 50 0 2F 23 34 158 1F 25
Octal 173 101 120 0 57 43 64 530 37 45
Binary 1111011 1000001 1010000 0 101111 100011 110100 101011000 11111 100101

Color Harmonies of #7B4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4150

Black with #7B4150

Text Example


Text Example

White with #7B4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,80); }

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

background-color css

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

 a { background-color: rgb(123,65,80); }

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

border-color css

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

 span { border-color: rgb(123,65,80); }

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