Html Css Color HEX #7D4154 Camelot

📋 copy color: '#7D4154'

red 125 ◦ green 65 ◦ blue 84

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

Shades of Camelot #7D4154

Tints of Camelot #7D4154

RGB

 RED value IS 125 (49.22% from 255) = 45.62%

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

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 45.62%
G = 23.72%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D4154 (or 0x7D4154) is known color: Camelot. HEX triplet: 7D, 41 and 54. RGB value is (125,65,84). Sum of RGB (Red+Green+Blue) = 125+65+84=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4154 is #82BEAB. Grayscale: #555555. Windows color (decimal): -8568492 or 5521789. OLE color: 5521789.

HSL color Cylindrical-coordinate representation of color #7D4154: hue angle of 341º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4154 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 84 -
CMYK 0 0.48 0.33 0.51
HSL 341º 0.32% 0.37% -
HSV(B) 341º 0.48% 0.49% -
XYZ 11.95 8.78 9.45 -
YUV 85.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 125 65 84 0 0.48 0.33 0.51 341 0.32 0.37
Hex 7D 41 54 0 30 21 33 155 20 25
Octal 175 101 124 0 60 41 63 525 40 45
Binary 1111101 1000001 1010100 0 110000 100001 110011 101010101 100000 100101

Color Harmonies of #7D4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4154

Black with #7D4154

Text Example


Text Example

White with #7D4154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,84); }

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

background-color css

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

 a { background-color: rgb(125,65,84); }

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

border-color css

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

 span { border-color: rgb(125,65,84); }

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