Html Css Color HEX #76374A Camelot

📋 copy color: '#76374A'

red 118 ◦ green 55 ◦ blue 74

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

Shades of Camelot #76374A

Tints of Camelot #76374A

RGB

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

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

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

R = 47.77%
G = 22.27%
B = 29.96%

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

#76374A (or 0x76374A) is known color: Camelot. HEX triplet: 76, 37 and 4A. RGB value is (118,55,74). Sum of RGB (Red+Green+Blue) = 118+55+74=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76374A is #89C8B5. Grayscale: #4B4B4B. Windows color (decimal): -9029814 or 4863862. OLE color: 4863862.

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

Color convert

RGB 118 55 74 -
CMYK 0 0.53 0.37 0.54
HSL 341.9º 0.36% 0.34% -
HSV(B) 341.9º 0.53% 0.46% -
XYZ 10.07 7.08 7.31 -
YUV 76 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 118 55 74 0 0.53 0.37 0.54 341.9 0.36 0.34
Hex 76 37 4A 0 35 25 36 156 24 22
Octal 166 67 112 0 65 45 66 526 44 42
Binary 1110110 110111 1001010 0 110101 100101 110110 101010110 100100 100010

Color Harmonies of #76374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76374A

Black with #76374A

Text Example


Text Example

White with #76374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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