Html Css Color HEX #774251 Camelot

📋 copy color: '#774251'

red 119 ◦ green 66 ◦ blue 81

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

Shades of Camelot #774251

Tints of Camelot #774251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 44.74%
G = 24.81%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#774251 (or 0x774251) is known color: Camelot. HEX triplet: 77, 42 and 51. RGB value is (119,66,81). Sum of RGB (Red+Green+Blue) = 119+66+81=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774251 is #88BDAE. Grayscale: #535353. Windows color (decimal): -8961455 or 5325431. OLE color: 5325431.

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

Color convert

RGB 119 66 81 -
CMYK 0 0.45 0.32 0.53
HSL 343.02º 0.29% 0.36% -
HSV(B) 343.02º 0.45% 0.47% -
XYZ 11.04 8.41 8.83 -
YUV 83.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 119 66 81 0 0.45 0.32 0.53 343.02 0.29 0.36
Hex 77 42 51 0 2D 20 35 157 1D 24
Octal 167 102 121 0 55 40 65 527 35 44
Binary 1110111 1000010 1010001 0 101101 100000 110101 101010111 11101 100100

Color Harmonies of #774251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774251

Black with #774251

Text Example


Text Example

White with #774251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774251; }

 p { color: rgb(119,66,81); }

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

background-color css

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

 a { background-color: rgb(119,66,81); }

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

border-color css

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

 span { border-color: rgb(119,66,81); }

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