Html Css Color HEX #75424D Camelot

📋 copy color: '#75424D'

red 117 ◦ green 66 ◦ blue 77

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

Shades of Camelot #75424D

Tints of Camelot #75424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 45%
G = 25.38%
B = 29.62%

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

#75424D (or 0x75424D) is known color: Camelot. HEX triplet: 75, 42 and 4D. RGB value is (117,66,77). Sum of RGB (Red+Green+Blue) = 117+66+77=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75424D is #8ABDB2. Grayscale: #525252. Windows color (decimal): -9092531 or 5063285. OLE color: 5063285.

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

Color convert

RGB 117 66 77 -
CMYK 0 0.44 0.34 0.54
HSL 347.06º 0.28% 0.36% -
HSV(B) 347.06º 0.44% 0.46% -
XYZ 10.62 8.21 8.05 -
YUV 82.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 117 66 77 0 0.44 0.34 0.54 347.06 0.28 0.36
Hex 75 42 4D 0 2C 22 36 15B 1C 24
Octal 165 102 115 0 54 42 66 533 34 44
Binary 1110101 1000010 1001101 0 101100 100010 110110 101011011 11100 100100

Color Harmonies of #75424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75424D

Black with #75424D

Text Example


Text Example

White with #75424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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