Html Css Color HEX #7D404A Camelot

📋 copy color: '#7D404A'

red 125 ◦ green 64 ◦ blue 74

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

Shades of Camelot #7D404A

Tints of Camelot #7D404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 47.53%
G = 24.33%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D404A (or 0x7D404A) is known color: Camelot. HEX triplet: 7D, 40 and 4A. RGB value is (125,64,74). Sum of RGB (Red+Green+Blue) = 125+64+74=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D404A is #82BFB5. Grayscale: #535353. Windows color (decimal): -8568758 or 4866173. OLE color: 4866173.

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

Color convert

RGB 125 64 74 -
CMYK 0 0.49 0.41 0.51
HSL 350.16º 0.32% 0.37% -
HSV(B) 350.16º 0.49% 0.49% -
XYZ 11.53 8.52 7.52 -
YUV 83.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 125 64 74 0 0.49 0.41 0.51 350.16 0.32 0.37
Hex 7D 40 4A 0 31 29 33 15E 20 25
Octal 175 100 112 0 61 51 63 536 40 45
Binary 1111101 1000000 1001010 0 110001 101001 110011 101011110 100000 100101

Color Harmonies of #7D404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D404A

Black with #7D404A

Text Example


Text Example

White with #7D404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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