Html Css Color HEX #7D394A Camelot

📋 copy color: '#7D394A'

red 125 ◦ green 57 ◦ blue 74

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

Shades of Camelot #7D394A

Tints of Camelot #7D394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 48.83%
G = 22.27%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D394A (or 0x7D394A) is known color: Camelot. HEX triplet: 7D, 39 and 4A. RGB value is (125,57,74). Sum of RGB (Red+Green+Blue) = 125+57+74=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D394A is #82C6B5. Grayscale: #4F4F4F. Windows color (decimal): -8570550 or 4864381. OLE color: 4864381.

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

Color convert

RGB 125 57 74 -
CMYK 0 0.54 0.41 0.51
HSL 345º 0.37% 0.36% -
HSV(B) 345º 0.54% 0.49% -
XYZ 11.16 7.78 7.39 -
YUV 79.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 125 57 74 0 0.54 0.41 0.51 345 0.37 0.36
Hex 7D 39 4A 0 36 29 33 159 25 24
Octal 175 71 112 0 66 51 63 531 45 44
Binary 1111101 111001 1001010 0 110110 101001 110011 101011001 100101 100100

Color Harmonies of #7D394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D394A

Black with #7D394A

Text Example


Text Example

White with #7D394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,74); }

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

background-color css

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

 a { background-color: rgb(125,57,74); }

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

border-color css

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

 span { border-color: rgb(125,57,74); }

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