Html Css Color HEX #7D4250 Camelot

📋 copy color: '#7D4250'

red 125 ◦ green 66 ◦ blue 80

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

Shades of Camelot #7D4250

Tints of Camelot #7D4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 46.13%
G = 24.35%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D4250 (or 0x7D4250) is known color: Camelot. HEX triplet: 7D, 42 and 50. RGB value is (125,66,80). Sum of RGB (Red+Green+Blue) = 125+66+80=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4250 is #82BDAF. Grayscale: #555555. Windows color (decimal): -8568240 or 5259901. OLE color: 5259901.

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

Color convert

RGB 125 66 80 -
CMYK 0 0.47 0.36 0.51
HSL 345.76º 0.31% 0.37% -
HSV(B) 345.76º 0.47% 0.49% -
XYZ 11.85 8.84 8.67 -
YUV 85.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 125 66 80 0 0.47 0.36 0.51 345.76 0.31 0.37
Hex 7D 42 50 0 2F 24 33 15A 1F 25
Octal 175 102 120 0 57 44 63 532 37 45
Binary 1111101 1000010 1010000 0 101111 100100 110011 101011010 11111 100101

Color Harmonies of #7D4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4250

Black with #7D4250

Text Example


Text Example

White with #7D4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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