Html Css Color HEX #774750 Camelot

📋 copy color: '#774750'

red 119 ◦ green 71 ◦ blue 80

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

Shades of Camelot #774750

Tints of Camelot #774750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 44.07%
G = 26.3%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774750 (or 0x774750) is known color: Camelot. HEX triplet: 77, 47 and 50. RGB value is (119,71,80). Sum of RGB (Red+Green+Blue) = 119+71+80=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774750 is #88B8AF. Grayscale: #565656. Windows color (decimal): -8960176 or 5261175. OLE color: 5261175.

HSL color Cylindrical-coordinate representation of color #774750: hue angle of 348.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774750 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 80 -
CMYK 0 0.40 0.33 0.53
HSL 348.75º 0.25% 0.37% -
HSV(B) 348.75º 0.4% 0.47% -
XYZ 11.31 9.01 8.73 -
YUV 86.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 119 71 80 0 0.40 0.33 0.53 348.75 0.25 0.37
Hex 77 47 50 0 28 21 35 15D 19 25
Octal 167 107 120 0 50 41 65 535 31 45
Binary 1110111 1000111 1010000 0 101000 100001 110101 101011101 11001 100101

Color Harmonies of #774750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774750

Black with #774750

Text Example


Text Example

White with #774750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774750; }

 p { color: rgb(119,71,80); }

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

background-color css

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

 a { background-color: rgb(119,71,80); }

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

border-color css

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

 span { border-color: rgb(119,71,80); }

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