Html Css Color HEX #774654 Camelot

📋 copy color: '#774654'

red 119 ◦ green 70 ◦ blue 84

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

Shades of Camelot #774654

Tints of Camelot #774654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 43.59%
G = 25.64%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774654 (or 0x774654) is known color: Camelot. HEX triplet: 77, 46 and 54. RGB value is (119,70,84). Sum of RGB (Red+Green+Blue) = 119+70+84=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774654 is #88B9AB. Grayscale: #565656. Windows color (decimal): -8960428 or 5523063. OLE color: 5523063.

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

Color convert

RGB 119 70 84 -
CMYK 0 0.41 0.29 0.53
HSL 342.86º 0.26% 0.37% -
HSV(B) 342.86º 0.41% 0.47% -
XYZ 11.4 8.94 9.51 -
YUV 86.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 119 70 84 0 0.41 0.29 0.53 342.86 0.26 0.37
Hex 77 46 54 0 29 1D 35 157 1A 25
Octal 167 106 124 0 51 35 65 527 32 45
Binary 1110111 1000110 1010100 0 101001 11101 110101 101010111 11010 100101

Color Harmonies of #774654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774654

Black with #774654

Text Example


Text Example

White with #774654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774654; }

 p { color: rgb(119,70,84); }

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

background-color css

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

 a { background-color: rgb(119,70,84); }

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

border-color css

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

 span { border-color: rgb(119,70,84); }

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