Html Css Color HEX #7D3748 Camelot

📋 copy color: '#7D3748'

red 125 ◦ green 55 ◦ blue 72

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

Shades of Camelot #7D3748

Tints of Camelot #7D3748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 49.6%
G = 21.83%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D3748 (or 0x7D3748) is known color: Camelot. HEX triplet: 7D, 37 and 48. RGB value is (125,55,72). Sum of RGB (Red+Green+Blue) = 125+55+72=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3748 is #82C8B7. Grayscale: #4D4D4D. Windows color (decimal): -8571064 or 4732797. OLE color: 4732797.

HSL color Cylindrical-coordinate representation of color #7D3748: hue angle of 345.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3748 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 72 -
CMYK 0 0.56 0.42 0.51
HSL 345.43º 0.39% 0.35% -
HSV(B) 345.43º 0.56% 0.49% -
XYZ 10.99 7.56 7.01 -
YUV 77.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 125 55 72 0 0.56 0.42 0.51 345.43 0.39 0.35
Hex 7D 37 48 0 38 2A 33 159 27 23
Octal 175 67 110 0 70 52 63 531 47 43
Binary 1111101 110111 1001000 0 111000 101010 110011 101011001 100111 100011

Color Harmonies of #7D3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3748

Black with #7D3748

Text Example


Text Example

White with #7D3748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,72); }

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

background-color css

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

 a { background-color: rgb(125,55,72); }

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

border-color css

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

 span { border-color: rgb(125,55,72); }

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