Html Css Color HEX #753E4B Camelot

📋 copy color: '#753E4B'

red 117 ◦ green 62 ◦ blue 75

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

Shades of Camelot #753E4B

Tints of Camelot #753E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 46.06%
G = 24.41%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#753E4B (or 0x753E4B) is known color: Camelot. HEX triplet: 75, 3E and 4B. RGB value is (117,62,75). Sum of RGB (Red+Green+Blue) = 117+62+75=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E4B is #8AC1B4. Grayscale: #4F4F4F. Windows color (decimal): -9093557 or 4931189. OLE color: 4931189.

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

Color convert

RGB 117 62 75 -
CMYK 0 0.47 0.36 0.54
HSL 345.82º 0.31% 0.35% -
HSV(B) 345.82º 0.47% 0.46% -
XYZ 10.33 7.74 7.61 -
YUV 79.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 117 62 75 0 0.47 0.36 0.54 345.82 0.31 0.35
Hex 75 3E 4B 0 2F 24 36 15A 1F 23
Octal 165 76 113 0 57 44 66 532 37 43
Binary 1110101 111110 1001011 0 101111 100100 110110 101011010 11111 100011

Color Harmonies of #753E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E4B

Black with #753E4B

Text Example


Text Example

White with #753E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,62,75); }

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

background-color css

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

 a { background-color: rgb(117,62,75); }

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

border-color css

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

 span { border-color: rgb(117,62,75); }

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