Html Css Color HEX #7D424D Camelot

📋 copy color: '#7D424D'

red 125 ◦ green 66 ◦ blue 77

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

Shades of Camelot #7D424D

Tints of Camelot #7D424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 46.64%
G = 24.63%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D424D (or 0x7D424D) is known color: Camelot. HEX triplet: 7D, 42 and 4D. RGB value is (125,66,77). Sum of RGB (Red+Green+Blue) = 125+66+77=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D424D is #82BDB2. Grayscale: #545454. Windows color (decimal): -8568243 or 5063293. OLE color: 5063293.

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

Color convert

RGB 125 66 77 -
CMYK 0 0.47 0.38 0.51
HSL 348.81º 0.31% 0.37% -
HSV(B) 348.81º 0.47% 0.49% -
XYZ 11.75 8.79 8.1 -
YUV 84.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 125 66 77 0 0.47 0.38 0.51 348.81 0.31 0.37
Hex 7D 42 4D 0 2F 26 33 15D 1F 25
Octal 175 102 115 0 57 46 63 535 37 45
Binary 1111101 1000010 1001101 0 101111 100110 110011 101011101 11111 100101

Color Harmonies of #7D424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D424D

Black with #7D424D

Text Example


Text Example

White with #7D424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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