Html Css Color HEX #75424F Camelot

📋 copy color: '#75424F'

red 117 ◦ green 66 ◦ blue 79

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

Shades of Camelot #75424F

Tints of Camelot #75424F

RGB

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

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

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

R = 44.66%
G = 25.19%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75424F (or 0x75424F) is known color: Camelot. HEX triplet: 75, 42 and 4F. RGB value is (117,66,79). Sum of RGB (Red+Green+Blue) = 117+66+79=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75424F is #8ABDB0. Grayscale: #525252. Windows color (decimal): -9092529 or 5194357. OLE color: 5194357.

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

Color convert

RGB 117 66 79 -
CMYK 0 0.44 0.32 0.54
HSL 344.71º 0.28% 0.36% -
HSV(B) 344.71º 0.44% 0.46% -
XYZ 10.7 8.24 8.42 -
YUV 82.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 117 66 79 0 0.44 0.32 0.54 344.71 0.28 0.36
Hex 75 42 4F 0 2C 20 36 159 1C 24
Octal 165 102 117 0 54 40 66 531 34 44
Binary 1110101 1000010 1001111 0 101100 100000 110110 101011001 11100 100100

Color Harmonies of #75424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75424F

Black with #75424F

Text Example


Text Example

White with #75424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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