Html Css Color HEX #746F2F Crete

📋 copy color: '#746F2F'

red 116 ◦ green 111 ◦ blue 47

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

Shades of Crete #746F2F

Tints of Crete #746F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 42.34%
G = 40.51%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#746F2F (or 0x746F2F) is known color: Crete. HEX triplet: 74, 6F and 2F. RGB value is (116,111,47). Sum of RGB (Red+Green+Blue) = 116+111+47=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #746F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F2F is #8B90D0. Grayscale: #696969. Windows color (decimal): -9146577 or 3108724. OLE color: 3108724.

HSL color Cylindrical-coordinate representation of color #746F2F: hue angle of 55.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746F2F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 47 -
CMYK 0 0.04 0.59 0.55
HSL 55.65º 0.42% 0.32% -
HSV(B) 55.65º 0.59% 0.45% -
XYZ 13.4 15.29 4.93 -
YUV 105.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 116 111 47 0 0.04 0.59 0.55 55.65 0.42 0.32
Hex 74 6F 2F 0 4 3B 37 38 2A 20
Octal 164 157 57 0 4 73 67 70 52 40
Binary 1110100 1101111 101111 0 100 111011 110111 111000 101010 100000

Color Harmonies of #746F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F2F

Black with #746F2F

Text Example


Text Example

White with #746F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F2F; }

 p { color: rgb(116,111,47); }

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

background-color css

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

 a { background-color: rgb(116,111,47); }

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

border-color css

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

 span { border-color: rgb(116,111,47); }

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