Html Css Color HEX #753B4C Camelot

📋 copy color: '#753B4C'

red 117 ◦ green 59 ◦ blue 76

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

Shades of Camelot #753B4C

Tints of Camelot #753B4C

RGB

 RED value IS 117 (46.09% from 255) = 46.43%

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 46.43%
G = 23.41%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#753B4C (or 0x753B4C) is known color: Camelot. HEX triplet: 75, 3B and 4C. RGB value is (117,59,76). Sum of RGB (Red+Green+Blue) = 117+59+76=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B4C is #8AC4B3. Grayscale: #4E4E4E. Windows color (decimal): -9094324 or 4995957. OLE color: 4995957.

HSL color Cylindrical-coordinate representation of color #753B4C: hue angle of 342.41º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B4C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 76 -
CMYK 0 0.50 0.35 0.54
HSL 342.41º 0.33% 0.35% -
HSV(B) 342.41º 0.5% 0.46% -
XYZ 10.2 7.43 7.73 -
YUV 78.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 117 59 76 0 0.50 0.35 0.54 342.41 0.33 0.35
Hex 75 3B 4C 0 32 23 36 156 21 23
Octal 165 73 114 0 62 43 66 526 41 43
Binary 1110101 111011 1001100 0 110010 100011 110110 101010110 100001 100011

Color Harmonies of #753B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B4C

Black with #753B4C

Text Example


Text Example

White with #753B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B4C; }

 p { color: rgb(117,59,76); }

 H1.HeaderClassName
 {
   color: #753B4C;
 }
 .AnyTagClassName
 {
   color: #753B4C;
 }
</style>

background-color css

<style>
 a { background-color: #753B4C; }

 a { background-color: rgb(117,59,76); }

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

border-color css

<style>
 span { border-color: #753B4C; }

 span { border-color: rgb(117,59,76); }

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