Html Css Color HEX #753C4B Camelot

📋 copy color: '#753C4B'

red 117 ◦ green 60 ◦ blue 75

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

Shades of Camelot #753C4B

Tints of Camelot #753C4B

RGB

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

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

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

R = 46.43%
G = 23.81%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#753C4B (or 0x753C4B) is known color: Camelot. HEX triplet: 75, 3C and 4B. RGB value is (117,60,75). Sum of RGB (Red+Green+Blue) = 117+60+75=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C4B is #8AC3B4. Grayscale: #4E4E4E. Windows color (decimal): -9094069 or 4930677. OLE color: 4930677.

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

Color convert

RGB 117 60 75 -
CMYK 0 0.49 0.36 0.54
HSL 344.21º 0.32% 0.35% -
HSV(B) 344.21º 0.49% 0.46% -
XYZ 10.22 7.52 7.57 -
YUV 78.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 117 60 75 0 0.49 0.36 0.54 344.21 0.32 0.35
Hex 75 3C 4B 0 31 24 36 158 20 23
Octal 165 74 113 0 61 44 66 530 40 43
Binary 1110101 111100 1001011 0 110001 100100 110110 101011000 100000 100011

Color Harmonies of #753C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C4B

Black with #753C4B

Text Example


Text Example

White with #753C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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