Html Css Color HEX #75384A Camelot

📋 copy color: '#75384A'

red 117 ◦ green 56 ◦ blue 74

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

Shades of Camelot #75384A

Tints of Camelot #75384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 47.37%
G = 22.67%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75384A (or 0x75384A) is known color: Camelot. HEX triplet: 75, 38 and 4A. RGB value is (117,56,74). Sum of RGB (Red+Green+Blue) = 117+56+74=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75384A is #8AC7B5. Grayscale: #4C4C4C. Windows color (decimal): -9095094 or 4864117. OLE color: 4864117.

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

Color convert

RGB 117 56 74 -
CMYK 0 0.52 0.37 0.54
HSL 342.3º 0.35% 0.34% -
HSV(B) 342.3º 0.52% 0.46% -
XYZ 9.99 7.1 7.32 -
YUV 76.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 117 56 74 0 0.52 0.37 0.54 342.3 0.35 0.34
Hex 75 38 4A 0 34 25 36 156 23 22
Octal 165 70 112 0 64 45 66 526 43 42
Binary 1110101 111000 1001010 0 110100 100101 110110 101010110 100011 100010

Color Harmonies of #75384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75384A

Black with #75384A

Text Example


Text Example

White with #75384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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