Html Css Color HEX #77384A Camelot

📋 copy color: '#77384A'

red 119 ◦ green 56 ◦ blue 74

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

Shades of Camelot #77384A

Tints of Camelot #77384A

RGB

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

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

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

R = 47.79%
G = 22.49%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77384A (or 0x77384A) is known color: Camelot. HEX triplet: 77, 38 and 4A. RGB value is (119,56,74). Sum of RGB (Red+Green+Blue) = 119+56+74=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77384A is #88C7B5. Grayscale: #4C4C4C. Windows color (decimal): -8964022 or 4864119. OLE color: 4864119.

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

Color convert

RGB 119 56 74 -
CMYK 0 0.53 0.38 0.53
HSL 342.86º 0.36% 0.34% -
HSV(B) 342.86º 0.53% 0.47% -
XYZ 10.26 7.24 7.34 -
YUV 76.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 119 56 74 0 0.53 0.38 0.53 342.86 0.36 0.34
Hex 77 38 4A 0 35 26 35 157 24 22
Octal 167 70 112 0 65 46 65 527 44 42
Binary 1110111 111000 1001010 0 110101 100110 110101 101010111 100100 100010

Color Harmonies of #77384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77384A

Black with #77384A

Text Example


Text Example

White with #77384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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