Html Css Color HEX #7D374D Camelot

📋 copy color: '#7D374D'

red 125 ◦ green 55 ◦ blue 77

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

Shades of Camelot #7D374D

Tints of Camelot #7D374D

RGB

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

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

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

R = 48.64%
G = 21.4%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D374D (or 0x7D374D) is known color: Camelot. HEX triplet: 7D, 37 and 4D. RGB value is (125,55,77). Sum of RGB (Red+Green+Blue) = 125+55+77=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D374D is #82C8B2. Grayscale: #4E4E4E. Windows color (decimal): -8571059 or 5060477. OLE color: 5060477.

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

Color convert

RGB 125 55 77 -
CMYK 0 0.56 0.38 0.51
HSL 341.14º 0.39% 0.35% -
HSV(B) 341.14º 0.56% 0.49% -
XYZ 11.16 7.63 7.91 -
YUV 78.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 125 55 77 0 0.56 0.38 0.51 341.14 0.39 0.35
Hex 7D 37 4D 0 38 26 33 155 27 23
Octal 175 67 115 0 70 46 63 525 47 43
Binary 1111101 110111 1001101 0 111000 100110 110011 101010101 100111 100011

Color Harmonies of #7D374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D374D

Black with #7D374D

Text Example


Text Example

White with #7D374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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