Html Css Color HEX #75414D Camelot

📋 copy color: '#75414D'

red 117 ◦ green 65 ◦ blue 77

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

Shades of Camelot #75414D

Tints of Camelot #75414D

RGB

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

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

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

R = 45.17%
G = 25.1%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75414D (or 0x75414D) is known color: Camelot. HEX triplet: 75, 41 and 4D. RGB value is (117,65,77). Sum of RGB (Red+Green+Blue) = 117+65+77=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75414D is #8ABEB2. Grayscale: #515151. Windows color (decimal): -9092787 or 5063029. OLE color: 5063029.

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

Color convert

RGB 117 65 77 -
CMYK 0 0.44 0.34 0.54
HSL 346.15º 0.29% 0.36% -
HSV(B) 346.15º 0.44% 0.46% -
XYZ 10.57 8.1 8.03 -
YUV 81.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 117 65 77 0 0.44 0.34 0.54 346.15 0.29 0.36
Hex 75 41 4D 0 2C 22 36 15A 1D 24
Octal 165 101 115 0 54 42 66 532 35 44
Binary 1110101 1000001 1001101 0 101100 100010 110110 101011010 11101 100100

Color Harmonies of #75414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75414D

Black with #75414D

Text Example


Text Example

White with #75414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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