Html Css Color HEX #774653 Camelot

📋 copy color: '#774653'

red 119 ◦ green 70 ◦ blue 83

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

Shades of Camelot #774653

Tints of Camelot #774653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 43.75%
G = 25.74%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774653 (or 0x774653) is known color: Camelot. HEX triplet: 77, 46 and 53. RGB value is (119,70,83). Sum of RGB (Red+Green+Blue) = 119+70+83=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774653 is #88B9AC. Grayscale: #565656. Windows color (decimal): -8960429 or 5457527. OLE color: 5457527.

HSL color Cylindrical-coordinate representation of color #774653: hue angle of 344.08º 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 #774653 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 83 -
CMYK 0 0.41 0.30 0.53
HSL 344.08º 0.26% 0.37% -
HSV(B) 344.08º 0.41% 0.47% -
XYZ 11.36 8.93 9.31 -
YUV 86.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 119 70 83 0 0.41 0.30 0.53 344.08 0.26 0.37
Hex 77 46 53 0 29 1E 35 158 1A 25
Octal 167 106 123 0 51 36 65 530 32 45
Binary 1110111 1000110 1010011 0 101001 11110 110101 101011000 11010 100101

Color Harmonies of #774653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774653

Black with #774653

Text Example


Text Example

White with #774653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774653; }

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

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

background-color css

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

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

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

border-color css

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

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

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