Html Css Color HEX #7D3642 Camelot

📋 copy color: '#7D3642'

red 125 ◦ green 54 ◦ blue 66

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

Shades of Camelot #7D3642

Tints of Camelot #7D3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 51.02%
G = 22.04%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7D3642 (or 0x7D3642) is known color: Camelot. HEX triplet: 7D, 36 and 42. RGB value is (125,54,66). Sum of RGB (Red+Green+Blue) = 125+54+66=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3642 is #82C9BD. Grayscale: #4C4C4C. Windows color (decimal): -8571326 or 4339325. OLE color: 4339325.

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

Color convert

RGB 125 54 66 -
CMYK 0 0.57 0.47 0.51
HSL 349.86º 0.4% 0.35% -
HSV(B) 349.86º 0.57% 0.49% -
XYZ 10.76 7.39 6.01 -
YUV 76.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 125 54 66 0 0.57 0.47 0.51 349.86 0.4 0.35
Hex 7D 36 42 0 39 2F 33 15E 28 23
Octal 175 66 102 0 71 57 63 536 50 43
Binary 1111101 110110 1000010 0 111001 101111 110011 101011110 101000 100011

Color Harmonies of #7D3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3642

Black with #7D3642

Text Example


Text Example

White with #7D3642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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