Html Css Color HEX #7D354C Camelot

📋 copy color: '#7D354C'

red 125 ◦ green 53 ◦ blue 76

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

Shades of Camelot #7D354C

Tints of Camelot #7D354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 49.21%
G = 20.87%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D354C (or 0x7D354C) is known color: Camelot. HEX triplet: 7D, 35 and 4C. RGB value is (125,53,76). Sum of RGB (Red+Green+Blue) = 125+53+76=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D354C is #82CAB3. Grayscale: #4D4D4D. Windows color (decimal): -8571572 or 4994429. OLE color: 4994429.

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

Color convert

RGB 125 53 76 -
CMYK 0 0.58 0.39 0.51
HSL 340.83º 0.4% 0.35% -
HSV(B) 340.83º 0.58% 0.49% -
XYZ 11.04 7.43 7.69 -
YUV 77.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 125 53 76 0 0.58 0.39 0.51 340.83 0.4 0.35
Hex 7D 35 4C 0 3A 27 33 155 28 23
Octal 175 65 114 0 72 47 63 525 50 43
Binary 1111101 110101 1001100 0 111010 100111 110011 101010101 101000 100011

Color Harmonies of #7D354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D354C

Black with #7D354C

Text Example


Text Example

White with #7D354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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