Html Css Color HEX #76384C Camelot

📋 copy color: '#76384C'

red 118 ◦ green 56 ◦ blue 76

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

Shades of Camelot #76384C

Tints of Camelot #76384C

RGB

 RED value IS 118 (46.48% from 255) = 47.2%

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

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 47.2%
G = 22.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76384C (or 0x76384C) is known color: Camelot. HEX triplet: 76, 38 and 4C. RGB value is (118,56,76). Sum of RGB (Red+Green+Blue) = 118+56+76=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76384C is #89C7B3. Grayscale: #4C4C4C. Windows color (decimal): -9029556 or 4995190. OLE color: 4995190.

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

Color convert

RGB 118 56 76 -
CMYK 0 0.53 0.36 0.54
HSL 340.65º 0.36% 0.34% -
HSV(B) 340.65º 0.53% 0.46% -
XYZ 10.19 7.2 7.69 -
YUV 76.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 118 56 76 0 0.53 0.36 0.54 340.65 0.36 0.34
Hex 76 38 4C 0 35 24 36 155 24 22
Octal 166 70 114 0 65 44 66 525 44 42
Binary 1110110 111000 1001100 0 110101 100100 110110 101010101 100100 100010

Color Harmonies of #76384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76384C

Black with #76384C

Text Example


Text Example

White with #76384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76384C; }

 p { color: rgb(118,56,76); }

 H1.HeaderClassName
 {
   color: #76384C;
 }
 .AnyTagClassName
 {
   color: #76384C;
 }
</style>

background-color css

<style>
 a { background-color: #76384C; }

 a { background-color: rgb(118,56,76); }

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

border-color css

<style>
 span { border-color: #76384C; }

 span { border-color: rgb(118,56,76); }

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