Html Css Color HEX #774852 Camelot

📋 copy color: '#774852'

red 119 ◦ green 72 ◦ blue 82

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

Shades of Camelot #774852

Tints of Camelot #774852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 43.59%
G = 26.37%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774852 (or 0x774852) is known color: Camelot. HEX triplet: 77, 48 and 52. RGB value is (119,72,82). Sum of RGB (Red+Green+Blue) = 119+72+82=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774852 is #88B7AD. Grayscale: #575757. Windows color (decimal): -8959918 or 5392503. OLE color: 5392503.

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

Color convert

RGB 119 72 82 -
CMYK 0 0.39 0.31 0.53
HSL 347.23º 0.25% 0.37% -
HSV(B) 347.23º 0.39% 0.47% -
XYZ 11.45 9.17 9.15 -
YUV 87.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 119 72 82 0 0.39 0.31 0.53 347.23 0.25 0.37
Hex 77 48 52 0 27 1F 35 15B 19 25
Octal 167 110 122 0 47 37 65 533 31 45
Binary 1110111 1001000 1010010 0 100111 11111 110101 101011011 11001 100101

Color Harmonies of #774852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774852

Black with #774852

Text Example


Text Example

White with #774852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774852; }

 p { color: rgb(119,72,82); }

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

background-color css

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

 a { background-color: rgb(119,72,82); }

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

border-color css

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

 span { border-color: rgb(119,72,82); }

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