Html Css Color HEX #75444D Camelot

📋 copy color: '#75444D'

red 117 ◦ green 68 ◦ blue 77

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

Shades of Camelot #75444D

Tints of Camelot #75444D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 44.66%
G = 25.95%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75444D (or 0x75444D) is known color: Camelot. HEX triplet: 75, 44 and 4D. RGB value is (117,68,77). Sum of RGB (Red+Green+Blue) = 117+68+77=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75444D is #8ABBB2. Grayscale: #535353. Windows color (decimal): -9092019 or 5063797. OLE color: 5063797.

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

Color convert

RGB 117 68 77 -
CMYK 0 0.42 0.34 0.54
HSL 348.98º 0.26% 0.36% -
HSV(B) 348.98º 0.42% 0.46% -
XYZ 10.74 8.45 8.09 -
YUV 83.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 117 68 77 0 0.42 0.34 0.54 348.98 0.26 0.36
Hex 75 44 4D 0 2A 22 36 15D 1A 24
Octal 165 104 115 0 52 42 66 535 32 44
Binary 1110101 1000100 1001101 0 101010 100010 110110 101011101 11010 100100

Color Harmonies of #75444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75444D

Black with #75444D

Text Example


Text Example

White with #75444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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