Html Css Color HEX #746F31 Crete

📋 copy color: '#746F31'

red 116 ◦ green 111 ◦ blue 49

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

Shades of Crete #746F31

Tints of Crete #746F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 42.03%
G = 40.22%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#746F31 (or 0x746F31) is known color: Crete. HEX triplet: 74, 6F and 31. RGB value is (116,111,49). Sum of RGB (Red+Green+Blue) = 116+111+49=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #746F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F31 is #8B90CE. Grayscale: #696969. Windows color (decimal): -9146575 or 3239796. OLE color: 3239796.

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

Color convert

RGB 116 111 49 -
CMYK 0 0.04 0.58 0.55
HSL 55.52º 0.41% 0.32% -
HSV(B) 55.52º 0.58% 0.45% -
XYZ 13.44 15.3 5.15 -
YUV 105.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 116 111 49 0 0.04 0.58 0.55 55.52 0.41 0.32
Hex 74 6F 31 0 4 3A 37 38 29 20
Octal 164 157 61 0 4 72 67 70 51 40
Binary 1110100 1101111 110001 0 100 111010 110111 111000 101001 100000

Color Harmonies of #746F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F31

Black with #746F31

Text Example


Text Example

White with #746F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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