Html Css Color HEX #753C4C Camelot

📋 copy color: '#753C4C'

red 117 ◦ green 60 ◦ blue 76

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

Shades of Camelot #753C4C

Tints of Camelot #753C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 46.25%
G = 23.72%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#753C4C (or 0x753C4C) is known color: Camelot. HEX triplet: 75, 3C and 4C. RGB value is (117,60,76). Sum of RGB (Red+Green+Blue) = 117+60+76=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C4C is #8AC3B3. Grayscale: #4E4E4E. Windows color (decimal): -9094068 or 4996213. OLE color: 4996213.

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

Color convert

RGB 117 60 76 -
CMYK 0 0.49 0.35 0.54
HSL 343.16º 0.32% 0.35% -
HSV(B) 343.16º 0.49% 0.46% -
XYZ 10.26 7.54 7.75 -
YUV 78.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 117 60 76 0 0.49 0.35 0.54 343.16 0.32 0.35
Hex 75 3C 4C 0 31 23 36 157 20 23
Octal 165 74 114 0 61 43 66 527 40 43
Binary 1110101 111100 1001100 0 110001 100011 110110 101010111 100000 100011

Color Harmonies of #753C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C4C

Black with #753C4C

Text Example


Text Example

White with #753C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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