Html Css Color HEX #77414F Camelot

📋 copy color: '#77414F'

red 119 ◦ green 65 ◦ blue 79

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

Shades of Camelot #77414F

Tints of Camelot #77414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 45.25%
G = 24.71%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77414F (or 0x77414F) is known color: Camelot. HEX triplet: 77, 41 and 4F. RGB value is (119,65,79). Sum of RGB (Red+Green+Blue) = 119+65+79=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77414F is #88BEB0. Grayscale: #525252. Windows color (decimal): -8961713 or 5194103. OLE color: 5194103.

HSL color Cylindrical-coordinate representation of color #77414F: hue angle of 344.44º 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 #77414F is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 79 -
CMYK 0 0.45 0.34 0.53
HSL 344.44º 0.29% 0.36% -
HSV(B) 344.44º 0.45% 0.47% -
XYZ 10.91 8.27 8.42 -
YUV 82.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 119 65 79 0 0.45 0.34 0.53 344.44 0.29 0.36
Hex 77 41 4F 0 2D 22 35 158 1D 24
Octal 167 101 117 0 55 42 65 530 35 44
Binary 1110111 1000001 1001111 0 101101 100010 110101 101011000 11101 100100

Color Harmonies of #77414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77414F

Black with #77414F

Text Example


Text Example

White with #77414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77414F; }

 p { color: rgb(119,65,79); }

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

background-color css

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

 a { background-color: rgb(119,65,79); }

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

border-color css

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

 span { border-color: rgb(119,65,79); }

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