Html Css Color HEX #75444F Camelot

📋 copy color: '#75444F'

red 117 ◦ green 68 ◦ blue 79

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

Shades of Camelot #75444F

Tints of Camelot #75444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.92%

R = 44.32%
G = 25.76%
B = 29.92%

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

#75444F (or 0x75444F) is known color: Camelot. HEX triplet: 75, 44 and 4F. RGB value is (117,68,79). Sum of RGB (Red+Green+Blue) = 117+68+79=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75444F is #8ABBB0. Grayscale: #535353. Windows color (decimal): -9092017 or 5194869. OLE color: 5194869.

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

Color convert

RGB 117 68 79 -
CMYK 0 0.42 0.32 0.54
HSL 346.53º 0.26% 0.36% -
HSV(B) 346.53º 0.42% 0.46% -
XYZ 10.81 8.48 8.46 -
YUV 83.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 117 68 79 0 0.42 0.32 0.54 346.53 0.26 0.36
Hex 75 44 4F 0 2A 20 36 15B 1A 24
Octal 165 104 117 0 52 40 66 533 32 44
Binary 1110101 1000100 1001111 0 101010 100000 110110 101011011 11010 100100

Color Harmonies of #75444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75444F

Black with #75444F

Text Example


Text Example

White with #75444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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