Html Css Color HEX #77374A Camelot

📋 copy color: '#77374A'

red 119 ◦ green 55 ◦ blue 74

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

Shades of Camelot #77374A

Tints of Camelot #77374A

RGB

 RED value IS 119 (46.88% from 255) = 47.98%

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

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

R = 47.98%
G = 22.18%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77374A (or 0x77374A) is known color: Camelot. HEX triplet: 77, 37 and 4A. RGB value is (119,55,74). Sum of RGB (Red+Green+Blue) = 119+55+74=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77374A is #88C8B5. Grayscale: #4C4C4C. Windows color (decimal): -8964278 or 4863863. OLE color: 4863863.

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

Color convert

RGB 119 55 74 -
CMYK 0 0.54 0.38 0.53
HSL 342.19º 0.37% 0.34% -
HSV(B) 342.19º 0.54% 0.47% -
XYZ 10.21 7.15 7.32 -
YUV 76.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 119 55 74 0 0.54 0.38 0.53 342.19 0.37 0.34
Hex 77 37 4A 0 36 26 35 156 25 22
Octal 167 67 112 0 66 46 65 526 45 42
Binary 1110111 110111 1001010 0 110110 100110 110101 101010110 100101 100010

Color Harmonies of #77374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77374A

Black with #77374A

Text Example


Text Example

White with #77374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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