Html Css Color HEX #7D364C Camelot

📋 copy color: '#7D364C'

red 125 ◦ green 54 ◦ blue 76

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

Shades of Camelot #7D364C

Tints of Camelot #7D364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 49.02%
G = 21.18%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D364C (or 0x7D364C) is known color: Camelot. HEX triplet: 7D, 36 and 4C. RGB value is (125,54,76). Sum of RGB (Red+Green+Blue) = 125+54+76=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D364C is #82C9B3. Grayscale: #4D4D4D. Windows color (decimal): -8571316 or 4994685. OLE color: 4994685.

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

Color convert

RGB 125 54 76 -
CMYK 0 0.57 0.39 0.51
HSL 341.41º 0.4% 0.35% -
HSV(B) 341.41º 0.57% 0.49% -
XYZ 11.08 7.52 7.7 -
YUV 77.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 125 54 76 0 0.57 0.39 0.51 341.41 0.4 0.35
Hex 7D 36 4C 0 39 27 33 155 28 23
Octal 175 66 114 0 71 47 63 525 50 43
Binary 1111101 110110 1001100 0 111001 100111 110011 101010101 101000 100011

Color Harmonies of #7D364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D364C

Black with #7D364C

Text Example


Text Example

White with #7D364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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