Html Css Color HEX #753F4F Camelot

📋 copy color: '#753F4F'

red 117 ◦ green 63 ◦ blue 79

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

Shades of Camelot #753F4F

Tints of Camelot #753F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 45.17%
G = 24.32%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#753F4F (or 0x753F4F) is known color: Camelot. HEX triplet: 75, 3F and 4F. RGB value is (117,63,79). Sum of RGB (Red+Green+Blue) = 117+63+79=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #753F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F4F is #8AC0B0. Grayscale: #505050. Windows color (decimal): -9093297 or 5193589. OLE color: 5193589.

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

Color convert

RGB 117 63 79 -
CMYK 0 0.46 0.32 0.54
HSL 342.22º 0.3% 0.35% -
HSV(B) 342.22º 0.46% 0.46% -
XYZ 10.52 7.9 8.37 -
YUV 80.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 117 63 79 0 0.46 0.32 0.54 342.22 0.3 0.35
Hex 75 3F 4F 0 2E 20 36 156 1E 23
Octal 165 77 117 0 56 40 66 526 36 43
Binary 1110101 111111 1001111 0 101110 100000 110110 101010110 11110 100011

Color Harmonies of #753F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F4F

Black with #753F4F

Text Example


Text Example

White with #753F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,63,79); }

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

background-color css

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

 a { background-color: rgb(117,63,79); }

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

border-color css

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

 span { border-color: rgb(117,63,79); }

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