Html Css Color HEX #7D424A Camelot

📋 copy color: '#7D424A'

red 125 ◦ green 66 ◦ blue 74

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

Shades of Camelot #7D424A

Tints of Camelot #7D424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

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

R = 47.17%
G = 24.91%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D424A (or 0x7D424A) is known color: Camelot. HEX triplet: 7D, 42 and 4A. RGB value is (125,66,74). Sum of RGB (Red+Green+Blue) = 125+66+74=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D424A is #82BDB5. Grayscale: #545454. Windows color (decimal): -8568246 or 4866685. OLE color: 4866685.

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

Color convert

RGB 125 66 74 -
CMYK 0 0.47 0.41 0.51
HSL 351.86º 0.31% 0.37% -
HSV(B) 351.86º 0.47% 0.49% -
XYZ 11.64 8.75 7.55 -
YUV 84.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 125 66 74 0 0.47 0.41 0.51 351.86 0.31 0.37
Hex 7D 42 4A 0 2F 29 33 160 1F 25
Octal 175 102 112 0 57 51 63 540 37 45
Binary 1111101 1000010 1001010 0 101111 101001 110011 101100000 11111 100101

Color Harmonies of #7D424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D424A

Black with #7D424A

Text Example


Text Example

White with #7D424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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