Html Css Color HEX #75454E Camelot

📋 copy color: '#75454E'

red 117 ◦ green 69 ◦ blue 78

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

Shades of Camelot #75454E

Tints of Camelot #75454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 44.32%
G = 26.14%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75454E (or 0x75454E) is known color: Camelot. HEX triplet: 75, 45 and 4E. RGB value is (117,69,78). Sum of RGB (Red+Green+Blue) = 117+69+78=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75454E is #8ABAB1. Grayscale: #545454. Windows color (decimal): -9091762 or 5129589. OLE color: 5129589.

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

Color convert

RGB 117 69 78 -
CMYK 0 0.41 0.33 0.54
HSL 348.75º 0.26% 0.36% -
HSV(B) 348.75º 0.41% 0.46% -
XYZ 10.84 8.59 8.29 -
YUV 84.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 117 69 78 0 0.41 0.33 0.54 348.75 0.26 0.36
Hex 75 45 4E 0 29 21 36 15D 1A 24
Octal 165 105 116 0 51 41 66 535 32 44
Binary 1110101 1000101 1001110 0 101001 100001 110110 101011101 11010 100100

Color Harmonies of #75454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75454E

Black with #75454E

Text Example


Text Example

White with #75454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75454E; }

 p { color: rgb(117,69,78); }

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

background-color css

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

 a { background-color: rgb(117,69,78); }

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

border-color css

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

 span { border-color: rgb(117,69,78); }

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