Html Css Color HEX #754450 Camelot

📋 copy color: '#754450'

red 117 ◦ green 68 ◦ blue 80

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

Shades of Camelot #754450

Tints of Camelot #754450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 44.15%
G = 25.66%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#754450 (or 0x754450) is known color: Camelot. HEX triplet: 75, 44 and 50. RGB value is (117,68,80). Sum of RGB (Red+Green+Blue) = 117+68+80=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754450 is #8ABBAF. Grayscale: #545454. Windows color (decimal): -9092016 or 5260405. OLE color: 5260405.

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

Color convert

RGB 117 68 80 -
CMYK 0 0.42 0.32 0.54
HSL 345.31º 0.26% 0.36% -
HSV(B) 345.31º 0.42% 0.46% -
XYZ 10.85 8.5 8.66 -
YUV 84.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 117 68 80 0 0.42 0.32 0.54 345.31 0.26 0.36
Hex 75 44 50 0 2A 20 36 159 1A 24
Octal 165 104 120 0 52 40 66 531 32 44
Binary 1110101 1000100 1010000 0 101010 100000 110110 101011001 11010 100100

Color Harmonies of #754450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754450

Black with #754450

Text Example


Text Example

White with #754450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754450; }

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

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

background-color css

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

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

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

border-color css

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

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

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