Html Css Color HEX #7D4251 Camelot

📋 copy color: '#7D4251'

red 125 ◦ green 66 ◦ blue 81

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

Shades of Camelot #7D4251

Tints of Camelot #7D4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 45.96%
G = 24.26%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D4251 (or 0x7D4251) is known color: Camelot. HEX triplet: 7D, 42 and 51. RGB value is (125,66,81). Sum of RGB (Red+Green+Blue) = 125+66+81=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4251 is #82BDAE. Grayscale: #555555. Windows color (decimal): -8568239 or 5325437. OLE color: 5325437.

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

Color convert

RGB 125 66 81 -
CMYK 0 0.47 0.35 0.51
HSL 344.75º 0.31% 0.37% -
HSV(B) 344.75º 0.47% 0.49% -
XYZ 11.89 8.85 8.87 -
YUV 85.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 125 66 81 0 0.47 0.35 0.51 344.75 0.31 0.37
Hex 7D 42 51 0 2F 23 33 159 1F 25
Octal 175 102 121 0 57 43 63 531 37 45
Binary 1111101 1000010 1010001 0 101111 100011 110011 101011001 11111 100101

Color Harmonies of #7D4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4251

Black with #7D4251

Text Example


Text Example

White with #7D4251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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