Html Css Color HEX #75414C Camelot

📋 copy color: '#75414C'

red 117 ◦ green 65 ◦ blue 76

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

Shades of Camelot #75414C

Tints of Camelot #75414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 45.35%
G = 25.19%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75414C (or 0x75414C) is known color: Camelot. HEX triplet: 75, 41 and 4C. RGB value is (117,65,76). Sum of RGB (Red+Green+Blue) = 117+65+76=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75414C is #8ABEB3. Grayscale: #515151. Windows color (decimal): -9092788 or 4997493. OLE color: 4997493.

HSL color Cylindrical-coordinate representation of color #75414C: hue angle of 347.31º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75414C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 76 -
CMYK 0 0.44 0.35 0.54
HSL 347.31º 0.29% 0.36% -
HSV(B) 347.31º 0.44% 0.46% -
XYZ 10.53 8.08 7.84 -
YUV 81.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 117 65 76 0 0.44 0.35 0.54 347.31 0.29 0.36
Hex 75 41 4C 0 2C 23 36 15B 1D 24
Octal 165 101 114 0 54 43 66 533 35 44
Binary 1110101 1000001 1001100 0 101100 100011 110110 101011011 11101 100100

Color Harmonies of #75414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75414C

Black with #75414C

Text Example


Text Example

White with #75414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75414C; }

 p { color: rgb(117,65,76); }

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

background-color css

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

 a { background-color: rgb(117,65,76); }

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

border-color css

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

 span { border-color: rgb(117,65,76); }

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