Html Css Color HEX #7D424C Camelot

📋 copy color: '#7D424C'

red 125 ◦ green 66 ◦ blue 76

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

Shades of Camelot #7D424C

Tints of Camelot #7D424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 46.82%
G = 24.72%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D424C (or 0x7D424C) is known color: Camelot. HEX triplet: 7D, 42 and 4C. RGB value is (125,66,76). Sum of RGB (Red+Green+Blue) = 125+66+76=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D424C is #82BDB3. Grayscale: #545454. Windows color (decimal): -8568244 or 4997757. OLE color: 4997757.

HSL color Cylindrical-coordinate representation of color #7D424C: hue angle of 349.83º 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 #7D424C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 66 76 -
CMYK 0 0.47 0.39 0.51
HSL 349.83º 0.31% 0.37% -
HSV(B) 349.83º 0.47% 0.49% -
XYZ 11.71 8.78 7.91 -
YUV 84.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 125 66 76 0 0.47 0.39 0.51 349.83 0.31 0.37
Hex 7D 42 4C 0 2F 27 33 15E 1F 25
Octal 175 102 114 0 57 47 63 536 37 45
Binary 1111101 1000010 1001100 0 101111 100111 110011 101011110 11111 100101

Color Harmonies of #7D424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D424C

Black with #7D424C

Text Example


Text Example

White with #7D424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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