Html Css Color HEX #75444E Camelot

📋 copy color: '#75444E'

red 117 ◦ green 68 ◦ blue 78

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

Shades of Camelot #75444E

Tints of Camelot #75444E

RGB

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

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

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

R = 44.49%
G = 25.86%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75444E (or 0x75444E) is known color: Camelot. HEX triplet: 75, 44 and 4E. RGB value is (117,68,78). Sum of RGB (Red+Green+Blue) = 117+68+78=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75444E is #8ABBB1. Grayscale: #535353. Windows color (decimal): -9092018 or 5129333. OLE color: 5129333.

HSL color Cylindrical-coordinate representation of color #75444E: hue angle of 347.76º 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 #75444E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 78 -
CMYK 0 0.42 0.33 0.54
HSL 347.76º 0.26% 0.36% -
HSV(B) 347.76º 0.42% 0.46% -
XYZ 10.78 8.47 8.27 -
YUV 83.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 117 68 78 0 0.42 0.33 0.54 347.76 0.26 0.36
Hex 75 44 4E 0 2A 21 36 15C 1A 24
Octal 165 104 116 0 52 41 66 534 32 44
Binary 1110101 1000100 1001110 0 101010 100001 110110 101011100 11010 100100

Color Harmonies of #75444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75444E

Black with #75444E

Text Example


Text Example

White with #75444E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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