Html Css Color HEX #74464F Camelot

📋 copy color: '#74464F'

red 116 ◦ green 70 ◦ blue 79

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

Shades of Camelot #74464F

Tints of Camelot #74464F

RGB

 RED value IS 116 (45.7% from 255) = 43.77%

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

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

R = 43.77%
G = 26.42%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74464F (or 0x74464F) is known color: Camelot. HEX triplet: 74, 46 and 4F. RGB value is (116,70,79). Sum of RGB (Red+Green+Blue) = 116+70+79=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74464F is #8BB9B0. Grayscale: #545454. Windows color (decimal): -9157041 or 5195380. OLE color: 5195380.

HSL color Cylindrical-coordinate representation of color #74464F: hue angle of 348.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74464F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 79 -
CMYK 0 0.40 0.32 0.55
HSL 348.26º 0.25% 0.36% -
HSV(B) 348.26º 0.4% 0.45% -
XYZ 10.8 8.66 8.5 -
YUV 84.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 116 70 79 0 0.40 0.32 0.55 348.26 0.25 0.36
Hex 74 46 4F 0 28 20 37 15C 19 24
Octal 164 106 117 0 50 40 67 534 31 44
Binary 1110100 1000110 1001111 0 101000 100000 110111 101011100 11001 100100

Color Harmonies of #74464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74464F

Black with #74464F

Text Example


Text Example

White with #74464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,70,79); }

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

background-color css

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

 a { background-color: rgb(116,70,79); }

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

border-color css

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

 span { border-color: rgb(116,70,79); }

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