Html Css Color HEX #75374A Camelot

📋 copy color: '#75374A'

red 117 ◦ green 55 ◦ blue 74

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

Shades of Camelot #75374A

Tints of Camelot #75374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 47.56%
G = 22.36%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75374A (or 0x75374A) is known color: Camelot. HEX triplet: 75, 37 and 4A. RGB value is (117,55,74). Sum of RGB (Red+Green+Blue) = 117+55+74=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75374A is #8AC8B5. Grayscale: #4B4B4B. Windows color (decimal): -9095350 or 4863861. OLE color: 4863861.

HSL color Cylindrical-coordinate representation of color #75374A: hue angle of 341.61º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75374A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 74 -
CMYK 0 0.53 0.37 0.54
HSL 341.61º 0.36% 0.34% -
HSV(B) 341.61º 0.53% 0.46% -
XYZ 9.94 7.01 7.31 -
YUV 75.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 117 55 74 0 0.53 0.37 0.54 341.61 0.36 0.34
Hex 75 37 4A 0 35 25 36 156 24 22
Octal 165 67 112 0 65 45 66 526 44 42
Binary 1110101 110111 1001010 0 110101 100101 110110 101010110 100100 100010

Color Harmonies of #75374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75374A

Black with #75374A

Text Example


Text Example

White with #75374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75374A; }

 p { color: rgb(117,55,74); }

 H1.HeaderClassName
 {
   color: #75374A;
 }
 .AnyTagClassName
 {
   color: #75374A;
 }
</style>

background-color css

<style>
 a { background-color: #75374A; }

 a { background-color: rgb(117,55,74); }

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

border-color css

<style>
 span { border-color: #75374A; }

 span { border-color: rgb(117,55,74); }

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