Html Css Color HEX #75424B Camelot

📋 copy color: '#75424B'

red 117 ◦ green 66 ◦ blue 75

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

Shades of Camelot #75424B

Tints of Camelot #75424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 45.35%
G = 25.58%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75424B (or 0x75424B) is known color: Camelot. HEX triplet: 75, 42 and 4B. RGB value is (117,66,75). Sum of RGB (Red+Green+Blue) = 117+66+75=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75424B is #8ABDB4. Grayscale: #525252. Windows color (decimal): -9092533 or 4932213. OLE color: 4932213.

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

Color convert

RGB 117 66 75 -
CMYK 0 0.44 0.36 0.54
HSL 349.41º 0.28% 0.36% -
HSV(B) 349.41º 0.44% 0.46% -
XYZ 10.55 8.19 7.68 -
YUV 82.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 117 66 75 0 0.44 0.36 0.54 349.41 0.28 0.36
Hex 75 42 4B 0 2C 24 36 15D 1C 24
Octal 165 102 113 0 54 44 66 535 34 44
Binary 1110101 1000010 1001011 0 101100 100100 110110 101011101 11100 100100

Color Harmonies of #75424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75424B

Black with #75424B

Text Example


Text Example

White with #75424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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