Html Css Color HEX #753E4A Camelot

📋 copy color: '#753E4A'

red 117 ◦ green 62 ◦ blue 74

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

Shades of Camelot #753E4A

Tints of Camelot #753E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 46.25%
G = 24.51%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#753E4A (or 0x753E4A) is known color: Camelot. HEX triplet: 75, 3E and 4A. RGB value is (117,62,74). Sum of RGB (Red+Green+Blue) = 117+62+74=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E4A is #8AC1B5. Grayscale: #4F4F4F. Windows color (decimal): -9093558 or 4865653. OLE color: 4865653.

HSL color Cylindrical-coordinate representation of color #753E4A: hue angle of 346.91º 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 #753E4A is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 74 -
CMYK 0 0.47 0.37 0.54
HSL 346.91º 0.31% 0.35% -
HSV(B) 346.91º 0.47% 0.46% -
XYZ 10.29 7.72 7.43 -
YUV 79.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 117 62 74 0 0.47 0.37 0.54 346.91 0.31 0.35
Hex 75 3E 4A 0 2F 25 36 15B 1F 23
Octal 165 76 112 0 57 45 66 533 37 43
Binary 1110101 111110 1001010 0 101111 100101 110110 101011011 11111 100011

Color Harmonies of #753E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E4A

Black with #753E4A

Text Example


Text Example

White with #753E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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