Html Css Color HEX #7D4854 Camelot

📋 copy color: '#7D4854'

red 125 ◦ green 72 ◦ blue 84

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

Shades of Camelot #7D4854

Tints of Camelot #7D4854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

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

R = 44.48%
G = 25.62%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D4854 (or 0x7D4854) is known color: Camelot. HEX triplet: 7D, 48 and 54. RGB value is (125,72,84). Sum of RGB (Red+Green+Blue) = 125+72+84=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4854 is #82B7AB. Grayscale: #595959. Windows color (decimal): -8566700 or 5523581. OLE color: 5523581.

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

Color convert

RGB 125 72 84 -
CMYK 0 0.42 0.33 0.51
HSL 346.42º 0.27% 0.39% -
HSV(B) 346.42º 0.42% 0.49% -
XYZ 12.38 9.63 9.59 -
YUV 89.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 125 72 84 0 0.42 0.33 0.51 346.42 0.27 0.39
Hex 7D 48 54 0 2A 21 33 15A 1B 27
Octal 175 110 124 0 52 41 63 532 33 47
Binary 1111101 1001000 1010100 0 101010 100001 110011 101011010 11011 100111

Color Harmonies of #7D4854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4854

Black with #7D4854

Text Example


Text Example

White with #7D4854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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