Html Css Color HEX #753D50 Camelot

📋 copy color: '#753D50'

red 117 ◦ green 61 ◦ blue 80

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

Shades of Camelot #753D50

Tints of Camelot #753D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 45.35%
G = 23.64%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#753D50 (or 0x753D50) is known color: Camelot. HEX triplet: 75, 3D and 50. RGB value is (117,61,80). Sum of RGB (Red+Green+Blue) = 117+61+80=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D50 is #8AC2AF. Grayscale: #4F4F4F. Windows color (decimal): -9093808 or 5258613. OLE color: 5258613.

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

Color convert

RGB 117 61 80 -
CMYK 0 0.48 0.32 0.54
HSL 339.64º 0.31% 0.35% -
HSV(B) 339.64º 0.48% 0.46% -
XYZ 10.45 7.7 8.52 -
YUV 79.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 117 61 80 0 0.48 0.32 0.54 339.64 0.31 0.35
Hex 75 3D 50 0 30 20 36 154 1F 23
Octal 165 75 120 0 60 40 66 524 37 43
Binary 1110101 111101 1010000 0 110000 100000 110110 101010100 11111 100011

Color Harmonies of #753D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D50

Black with #753D50

Text Example


Text Example

White with #753D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,80); }

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

background-color css

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

 a { background-color: rgb(117,61,80); }

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

border-color css

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

 span { border-color: rgb(117,61,80); }

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